Skip to main content

RadarDiagram.AxisY Property

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
RadarAxisY

A RadarAxisY class instance, representing the radial axis of a radar chart.

#Remarks

RadarAxisY

See Also