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

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.v19.1.dll

Declaration

[Obsolete("This property is obsolete now. Use AxisBase.VisualRange.Auto instead.")]
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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