RangeInfo.MinValue Property
Gets the minimum value to display on an axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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