Skip to main content
A newer version of this page is available. .

RadarDiagram.AxisY Property

Gets the axis that radiates out from the center of a radar chart (radial axis).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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