RadarAxisY Class
Represents the Y-axis for Radar Series Views.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return RadarAxisY objects:
Remarks
The RadarAxisY class represents an Y-axis used with a circle diagram showing Radar Area, Radar Line or Radar Point charts. The main purpose of the RadarAxisY class is to implement Y-axis functionality for the circle RadarDiagram.
A Radar diagram’s axes are shown in the following image.
An object of the RadarAxisY type can be accessed via the RadarDiagram.AxisY property of a RadarDiagram.
Inheritance
See Also