RadarDiagram2D.AxisY Property
In This Article
Gets or sets an axis which radiates from the center of the radar chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public RadarAxisY2D AxisY { get; set; }
#Property Value
Type | Description |
---|---|
Radar |
A Radar |
#Remarks
The following image shows the radar diagram, which displays the temperature’s values on the Y Axis.
See Also