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

PolarAxisXRange.MinValue Property

OBSOLETE

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

Overrides the AxisRange.MinValue property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Obsolete("This property is obsolete now. Use AxisBase.VisualRange.MinValue instead.")]
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override object MinValue { get; set; }

Property Value

Type Description
Object

A Object.

Remarks

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

See Also