RangeInfo.MaxValue Property
Gets the maximum range 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 max range value. |
Remarks
Use the MaxValue property to obtain the maximum value to display on an axis when handling either the ChartControl.Zoom or ChartControl.Scroll event.
See Also