Skip to main content

RangeInfo.MaxValue Property

Gets the maximum range value to display on an axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public object MaxValue { get; }

Property Value

Type Description
Object

A Object value, representing a max range value.

Remarks

Use the MaxValue property to obtain the maximum value to display on an axis when handling either the ChartControl.Zoom or ChartControl.Scroll event.

See Also