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

ScrollingOptions Class

Provides settings that specify the ways in which scrolling can be performed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class ScrollingOptions :
    ChartElement,
    IScrollingBindings

The following members return ScrollingOptions objects:

Remarks

The properties exposed by the ScrollingOptions class allow you to define how scrolling can be performed: via the keyboard, or mouse.

For more information, refer to Zooming and Scrolling (2D XY-Charts) and Zooming and Scrolling (3D Charts).

Inheritance

See Also