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