RadarDiagram2D.ActualAxisX Property
In This Article
Gets the actual x-axis of the RadarDiagram2D object.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public RadarAxisX2D ActualAxisX { get; }
#Property Value
Type | Description |
---|---|
Radar |
A Radar |
See Also