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

PolarAxisX.Range Property

OBSOLETE

This property is obsolete now. To specify a custom range, use the AxisBase.VisualRange and AxisBase.WholeRange properties instead. For more information, see the corresponding topic in the documentation.

Gets the settings that specify the range of the axis coordinates.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Obsolete("This property is obsolete now. To specify a custom range, use the AxisBase.VisualRange and AxisBase.WholeRange properties instead. For more information, see the corresponding topic in the documentation.")]
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public AxisRange Range { get; }

Property Value

Type Description
AxisRange

A PolarAxisXRange object which contains the common range settings of the axis coordinates.

Remarks

The Range property always returns a PolarAxisXRange object with AxisRange.MinValue set to 0 and AxisRange.MaxValue set to 360.

See Also