corelibraries-devexpress-dot-xtracharts-0e605896.md
Provides settings that specify the ways in which scrolling can be performed.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class ScrollingOptions :
ChartElement,
IScrollingBindings
Public Class ScrollingOptions
Inherits ChartElement
Implements IScrollingBindings
The following members return ScrollingOptions objects:
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).
Object ChartElement ScrollingOptions ScrollingOptions2D
See Also