Pane.ScrollHorizontally(Int32) Method
Scrolls a pane in a horizontal direction.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
dx | Int32 | An integer value specifying how much it is necessary to scroll a pane in a horizontal direction. |
Remarks
To verify whether it is possible to horizontally scroll a pane, call the Pane.CanScrollHorizontally method before calling the ScrollHorizontally method.
See Also