Skip to main content

RadarDiagram.AxisX Property

Gets the axis that surrounds the radar diagram (circular axis).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RadarAxisX AxisX { get; }

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.

RadarAxisX

See Also