RadarDiagram.AxisX Property
In This Article
Gets the axis that surrounds the radar diagram (circular axis).
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public RadarAxisX AxisX { get; }
#Property Value
Type | Description |
---|---|
Radar |
A Radar |
#Remarks
The AxisX for the Radar Series Views is visually represented by its labels, as illustrated in the following picture.
See Also