RangeInfo Struct
Represents a structure that is used to store information about the range displayed by an axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return RangeInfo objects:
Remarks
Use the RangeInfo structure to obtain the new and old range values when handling either the ChartControl.Zoom or ChartControl.Scroll event.
See Also