Skip to main content

RangeInfo.MinValue Property

Gets the minimum value to display on an axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public object MinValue { get; }

Property Value

Type Description
Object

A Object value, representing a min range value.

Remarks

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

See Also