PolarAxisX Class
In This Article
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class PolarAxisX :
RadarAxisX
#Remarks
The PolarAxisX class represents an X-axis used with a circle diagram showing Polar Area, Polar Line or Polar Point charts. The main purpose of the PolarAxisX class is to implement X-axis functionality for the circle PolarDiagram.
An object of the PolarAxisX type can be accessed via the RadarDiagram.AxisX property of a PolarDiagram.
#Inheritance
See Also