ChartScrollEventArgs Class
Provides data for the ChartControl.Scroll event.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The ChartControl.Scroll event occurs when an end-user scrolls the ChartControl. The ChartScrollEventArgs class introduces the ChartScrollEventArgs.Type property which represents the type of scrolling, the ChartScrollEventArgs.ScrollOrientation property which contains information on the scrolling orientation, and other properties which provide data about the state of a ChartScrollEventArgs
after scrolling is finished.
Note that ChartScrollEventArgs objects are automatically created, initialized and passed to ChartControl.Scroll event handlers.