ScrollingOptions Class
In This Article
Provides settings that specify the ways in which scrolling can be performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class ScrollingOptions :
ChartElement,
IScrollingBindings
#Related API Members
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
Object
ChartElement
ScrollingOptions
See Also