Skip to main content

Pane.ScrollVertically(Int32) Method

Provides a pane scrolling in a vertical direction.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public void ScrollVertically(
    int dy
)

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