Back to Devexpress

RadarDiagram2D.AxisY Property

wpf-devexpress-dot-xpf-dot-charts-dot-radardiagram2d-fa093185.md

latest1.2 KB
Original Source

RadarDiagram2D.AxisY Property

Gets or sets an axis which radiates from the center of the radar chart.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public RadarAxisY2D AxisY { get; set; }
vb
Public Property AxisY As RadarAxisY2D

Property Value

TypeDescription
RadarAxisY2D

A RadarAxisY2D class instance that is the radial axis of a radar chart.

|

Remarks

The following image shows the radar diagram, which displays the temperature’s values on the Y Axis.

See Also

RadarDiagram2D Class

RadarDiagram2D Members

DevExpress.Xpf.Charts Namespace