Back to Devexpress

ScrollingOptions Class

corelibraries-devexpress-dot-xtracharts-0e605896.md

latest1.8 KB
Original Source

ScrollingOptions Class

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

Declaration

csharp
public class ScrollingOptions :
    ChartElement,
    IScrollingBindings
vb
Public Class ScrollingOptions
    Inherits ChartElement
    Implements 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

Object ChartElement ScrollingOptions ScrollingOptions2D

See Also

ScrollingOptions Members

ZoomingOptions

DevExpress.XtraCharts Namespace