Pane.ScrollVertically(Int32) Method
Provides a pane scrolling in a vertical direction.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
dy | Int32 | An integer value specifying how much it is necessary to scroll a diagram in a vertical direction. |
Remarks
To verify whether it is possible to vertically scroll a diagram, call the Pane.CanScrollVertically method before calling the ScrollVertically method.
See Also