Skip to main content

PolarAxisXRange.Auto Property

OBSOLETE

This property is obsolete now. Use AxisBase.VisualRange.Auto instead.

Overrides the AxisRange.Auto property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is obsolete now. Use AxisBase.VisualRange.Auto instead.")]
[Browsable(false)]
public override bool Auto { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

Remarks

This property is overridden to hide the corresponding property of the AxisRange class, because the Auto property isn’t appropriate for the PolarAxisXRange class.

See Also