Back to Devexpress

RadarDiagram2D.AxisX Property

wpf-devexpress-dot-xpf-dot-charts-dot-radardiagram2d-204dd246.md

latest1.4 KB
Original Source

RadarDiagram2D.AxisX Property

Gets or sets the axis that surrounds the radar diagram.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public RadarAxisX2D AxisX { get; set; }
vb
Public Property AxisX As RadarAxisX2D

Property Value

TypeDescription
RadarAxisX2D

A RadarAxisX2D class descendant that is the circular axis for the radar diagram.

|

Remarks

The Axis X is visually represented on a radar diagram by its labels. For example, the following image shows the radar diagram, which displays the calendar date on the X Axis.

See Also

AxisY

RadarDiagram2D Class

RadarDiagram2D Members

DevExpress.Xpf.Charts Namespace