corelibraries-devexpress-dot-xtracharts-4983bd43.md
Represents a structure that is used to store information about the range displayed by an axis.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[RuntimeObject]
public struct RangeInfo
<RuntimeObject>
Public Structure RangeInfo
The following members return RangeInfo objects:
Use the RangeInfo structure to obtain the new and old range values when handling either the ChartControl.Zoom or ChartControl.Scroll event.
See Also