ScrollingOptions Class
Provides settings that specify the ways in which scrolling can be performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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