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

PolarAxisXRange Class

Contains settings that define the range displayed by the PolarAxisX axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class PolarAxisXRange :
    RadarAxisXRange

Remarks

The PolarAxisXRange class is intended to set the PolarAxisXRange.MinValue property always equal to 0, and the PolarAxisXRange.MaxValue property to 360 degrees, which is common for all series views of the Polar View Type. Note that this class doesn’t provide any properties whose values can be changed.

An object of the PolarAxisXRange type can be accessed via the PolarAxisX.Range property of an axis of the PolarAxisX type, which in turn is exposed via the RadarDiagram.AxisX property of the PolarDiagram object.

See Also