Back to Devexpress

RangeInfo Struct

corelibraries-devexpress-dot-xtracharts-4983bd43.md

latest2.2 KB
Original Source

RangeInfo Struct

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

Declaration

csharp
[RuntimeObject]
public struct RangeInfo
vb
<RuntimeObject>
Public Structure RangeInfo

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

RangeInfo Members

DevExpress.XtraCharts Namespace