PolarAxisXRange Class
In This Article
Contains settings that define the range displayed by the PolarAxisX axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class PolarAxisXRange :
RadarAxisXRange
#Remarks
The PolarAxisXRange
class is intended to set the the AxisBase.WholeRange or AxisBase.VisualRange property to 0-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 AxisBase.WholeRange or AxisBase.VisualRange property of an axis of the PolarAxisX type, which in turn is exposed via the RadarDiagram.AxisX property of the PolarDiagram object.
#Inheritance
Object
ChartElement
AxisRange
AxisXRange
RadarAxisXRange
PolarAxisXRange
See Also