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