Back to Devexpress

RadarDiagram.AxisY Property

corelibraries-devexpress-dot-xtracharts-dot-radardiagram-bd230a9f.md

latest1.5 KB
Original Source

RadarDiagram.AxisY Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public RadarAxisY AxisY { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AxisY As RadarAxisY

Property Value

TypeDescription
RadarAxisY

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

|

Remarks

See Also

Radar Series Views

RadarDiagram Class

RadarDiagram Members

DevExpress.XtraCharts Namespace