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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
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