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

RangeInfo.Max Property

Gets the internal float representation of the range maximum value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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