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

PolarAxisXRange.MaxValue Property

OBSOLETE

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

Overrides the AxisRange.MaxValue property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is obsolete now. Use AxisBase.VisualRange.MaxValue instead.")]
[Browsable(false)]
public override object MaxValue { 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 MaxValue property isn’t appropriate for the PolarAxisXRange class.

See Also