PolarAxisX.Range Property
In This Article
OBSOLETE
This property is obsolete now. To specify a custom range, use the Axis
Gets the settings that specify the range of the axis coordinates.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[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.")]
public AxisRange Range { get; }
#Property Value
Type | Description |
---|---|
Axis |
A Polar |
#Remarks
The Range property always returns a PolarAxisXRange object with AxisRange.MinValue
set to 0 and AxisRange.MaxValue
set to 360.
See Also