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

RangeInfo.Min Property

Gets the internal float representation of the range minimum value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public double Min { get; }

Property Value

Type Description
Double

A Double value which specifies the internal representation of the range minimum value.

Remarks

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

See Also