Back to Devexpress

PolarAxisX Class

corelibraries-devexpress-dot-xtracharts-dc29cbc8.md

latest1.9 KB
Original Source

PolarAxisX Class

Represents the X-axis within Polar charts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class PolarAxisX :
    RadarAxisX
vb
Public Class PolarAxisX
    Inherits 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

Object ChartElement ChartElementNamed AxisBase RadarAxis RadarAxisX PolarAxisX

See Also

PolarAxisX Members

RadarAxisX

DevExpress.XtraCharts Namespace