Skip to main content
A newer version of this page is available. .

XYDiagram2D.ScrollVertically(Int32) Method

Scrolls a diagram by value in pixels in the vertical direction.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public void ScrollVertically(
    int dy
)

Parameters

Name Type Description
dy Int32

An integer value that specifies a shift in pixels.

Remarks

To verify whether it is possible to vertically scroll a diagram, call the XYDiagram2D.CanScrollVertically method before calling the ScrollVertically method.

See Also