Back to Devexpress

RadarDiagram.AxisX Property

corelibraries-devexpress-dot-xtracharts-dot-radardiagram.md

latest1.7 KB
Original Source

RadarDiagram.AxisX Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public RadarAxisX AxisX { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AxisX As RadarAxisX

Property Value

TypeDescription
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

Radar Series Views

RadarDiagram Class

RadarDiagram Members

DevExpress.XtraCharts Namespace