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