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

ChartScrollEventArgs Class

Provides data for the ChartControl.Scroll event.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class ChartScrollEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
ChartScrollEventArgs
See Also