A newer version of this page is available.
Switch to the current version.
RadarDiagram.AxisX Property
Gets the axis that surrounds the radar diagram (circular axis).
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RadarAxisX AxisX { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property AxisX As RadarAxisX
Property Value
Type | Description |
---|---|
RadarAxisX | A RadarAxisX class instance, representing the circular axis for a radar chart. |
Remarks
The AxisX for the Radar Series Views is visually represented by its labels, as illustrated in the following picture.
See Also
Feedback