Skip to main content
A newer version of this page is available. .

PolarAxisX Class

Represents the X-axis within Polar charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

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.

See Also