
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <TypeConverterAttribute(Xceed.Chart.Core.AxisConverter)> <SerializableAttribute()> Public Class RadarAxis Inherits VerticalAxis
'Usage Dim instance As RadarAxis
[ClassInterface(ClassInterfaceType.AutoDual)] [TypeConverter(Xceed.Chart.Core.AxisConverter)] [Serializable()] public class RadarAxis : VerticalAxis
Dim polarAxis As RadarAxis = CType(Chart.Axis(StandardAxis.Radar), RadarAxis)
RadarAxis polarAxis = (RadarAxis)Chart.Axis(StandardAxis.Radar);
The radar axis exposes radar specific functionality.System.Object
Xceed.Chart.Core.Axis
Xceed.Chart.Core.VerticalAxis
Xceed.Chart.Core.RadarAxis
Name | Description | |
---|---|---|
![]() | m_AxisScaleDateTime | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis) |
![]() | m_AxisScaleDimension | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis) |
![]() | m_AxisScaleLogarithmic | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis) |
![]() | m_AxisScaleMode | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis) |
![]() | m_AxisScaleNumeric | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis) |
Name | Description | |
---|---|---|
![]() | AutoRadarLabels | Controls whether the radar axis will use automatic or user defined labels |
![]() | AxisId | Retrieves the axis identificator - an unique number associated with each axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | AxisStyle | Controls the shape of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | Border | Specifies the border of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | ConstLines | Gives you access to the collection of AxisConstLine objects. (Inherited from Xceed.Chart.Core.Axis) |
![]() | CustomLabels | Gives you access to the collection of AxisLabel objects. (Inherited from Xceed.Chart.Core.Axis) |
![]() | DateTimeScale | Gives you access to the Date Time Scale of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | DimensionScale | Gives you access to the Dimension Scale of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | FillEffect | Specifies the fill effect of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | InnerTickLength | Controls the length of the major inner ticks. (Inherited from Xceed.Chart.Core.Axis) |
![]() | InnerTickLine | Specifies the line properties of the inner tick lines. (Inherited from Xceed.Chart.Core.Axis) |
![]() | Interactivity | Gives you access to the Interactivity object of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | Labels | Gives you access to the collection of strings used for axis labels. (Inherited from Xceed.Chart.Core.Axis) |
![]() | LogarithmicScale | Gives you access to the Logarithmic Scale of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | MajorGridLine | Specifies the line properties of the major grid lines. (Inherited from Xceed.Chart.Core.Axis) |
![]() | MajorTicks | Gives you access to the array of major ticks. (Inherited from Xceed.Chart.Core.Axis) |
![]() | MinorGridLine | Specifies the line properties of the minor grid lines. (Inherited from Xceed.Chart.Core.Axis) |
![]() | MinorTickLength | Controls the length of the minor ticks. (Inherited from Xceed.Chart.Core.Axis) |
![]() | MinorTickLine | Gives you access to the line properties applied on the minor ticks. (Inherited from Xceed.Chart.Core.Axis) |
![]() | MinorTicks | Gives you access to the array of minor ticks. (Inherited from Xceed.Chart.Core.Axis) |
![]() | NumericScale | Gives you access to the Numeric Scale of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | OuterTickLength | Controls the length of the major outer ticks. (Inherited from Xceed.Chart.Core.Axis) |
![]() | OuterTickLine | Specifies the line properties of the outer tick lines. (Inherited from Xceed.Chart.Core.Axis) |
![]() | PositionOffset | Specifies the offset of the axis from the original position determined by the component. (Inherited from Xceed.Chart.Core.Axis) |
![]() | PredefinedPosition | Controls the predefined position of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | RadarLabels | Gives you access to the radar labels |
![]() | RadarLabelsDetachment | Controls the datachment of category labels |
![]() | RadarLabelsText | Gives you access to the ChartText object controlling the appearance of the radar category texts |
![]() | Ruler | Gives you access to the axis ruler. (Inherited from Xceed.Chart.Core.Axis) |
![]() | ScaleMode | Controls the scale mode of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | StaggerLevels | Controls the number of the stagger levels. (Inherited from Xceed.Chart.Core.Axis) |
![]() | StaggerOffset | Controls the offset of the staggered texts. (Inherited from Xceed.Chart.Core.Axis) |
![]() | StaggerTexts | When set to true the axis texts are displayed in a stagger manner. (Inherited from Xceed.Chart.Core.Axis) |
![]() | Stripes | Gives you access to the collection of AxisStripe objects. (Inherited from Xceed.Chart.Core.Axis) |
![]() | Text | Gives you access to the text properties applied on the axis texts. (Inherited from Xceed.Chart.Core.Axis) |
![]() | Title | Controls the displayed axis title. (Inherited from Xceed.Chart.Core.Axis) |
![]() | TitleText | Gives you access to the text properties applied on the axis title. (Inherited from Xceed.Chart.Core.Axis) |
![]() | ValueFormatting | Gives you access to the ValueFormat object specifying the formatting of the values displayed at the axis major ticks. (Inherited from Xceed.Chart.Core.Axis) |
![]() | Visible | Controls the visibility of the axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | Width | Controls the width of the axis when it is displayed with Tube or Bar style. (Inherited from Xceed.Chart.Core.Axis) |
Name | Description | |
---|---|---|
![]() | Clone | Creates an identical copy of this axis object (Inherited from Xceed.Chart.Core.Axis) |
![]() | ConvertModelToScaleCoordinate | Converts a model coordinate to scale value (Inherited from Xceed.Chart.Core.Axis) |
![]() | ConvertScaleToModelCoordinate | Converts a scale value to model coordninate (Inherited from Xceed.Chart.Core.Axis) |
![]() | GetMajorShowAtWall | Determines whether the major gridlines are displayed at the specified chart wall. (Inherited from Xceed.Chart.Core.Axis) |
![]() | GetMinorShowAtWall | Determines whether the minor gridlines are displayed at the specified chart wall. (Inherited from Xceed.Chart.Core.Axis) |
![]() | GetUserControl | Creates a user control which can be used for this object visual editing (Inherited from Xceed.Chart.Core.Axis) |
![]() | PositionAxis | Overloaded. Dynamically positions an axis relative to a value of another axis. (Inherited from Xceed.Chart.Core.Axis) |
![]() | SetMajorShowAtWall | Shows the major lines at the specified wall. (Inherited from Xceed.Chart.Core.Axis) |
![]() | SetMinorShowAtWall | Shows the minor lines at the specified wall. (Inherited from Xceed.Chart.Core.Axis) |
![]() | SetPredefinedTextLayout | Sets a predefined layout for the axis texts. A predefined text layout is a specific combination of text offset, alignment, orientation and stagger. (Inherited from Xceed.Chart.Core.Axis) |
![]() | ShowAxisConstLinesEditor | Shows the axis const line collection editor (Inherited from Xceed.Chart.Core.Axis) |
![]() | ShowAxisLabelsEditor | Shows the axis label collection editor (Inherited from Xceed.Chart.Core.Axis) |
![]() | ShowAxisStripesEditor | Shows the axis stripe collection editor (Inherited from Xceed.Chart.Core.Axis) |
Name | Description | |
---|---|---|
![]() | CalcConstLineX | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis) |
![]() | CanRenderMinorTicks | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis) |
![]() | GetDataLabelHorzAlign | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | GetScaleFromMode | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis) |
![]() | RenderConstLineBorders | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis) |
![]() | RenderConstLinePolygons | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis) |
![]() | RenderConstLinesBorders | Overridden. This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderConstLinesPolygons | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis) |
![]() | RenderCustomLabels | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis) |
![]() | RenderCustomLabelsLines | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis) |
![]() | RenderGridLines | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderGridLines2D | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderMajorTicks | Overridden. This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderMinorTicks | Overridden. This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderRadarLine | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderRadarLine2D | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderRadialLines | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderRadialLines2D | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderRadialTexts | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderRadialTexts2D | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | RenderVolumetricAxis | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2