Skip to main content
A newer version of this page is available. .

RangeInfo Struct

Represents a structure that is used to store information about the range displayed by an axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[RuntimeObject]
public struct RangeInfo

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