Skip to main content
A newer version of this page is available. .

RadarDiagram.AxisX Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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