RadarDiagram.AxisY Property
In This Article
Gets the axis that radiates out from the center of a radar chart (radial axis).
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public RadarAxisY AxisY { get; }
#Property Value
Type | Description |
---|---|
Radar |
A Radar |
#Remarks
See Also