Skip to main content

RangeInfo.Max Property

Gets the internal float representation of the range maximum value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public double Max { get; }

Property Value

Type Description
Double

A Double value, representing the internal representation of the range maximum value.

Remarks

Use the Max property to obtain the internal representation of the range maximum value when handling either the ChartControl.Zoom or ChartControl.Scroll event.

See Also