Skip to main content

XYDiagram2D.ScrollVertically(Int32) Method

Scrolls a diagram in a vertical direction.

Namespace: DevExpress.Xpf.Charts

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

#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 or not it is possible to vertically scroll a diagram, call the XYDiagram2D.CanScrollVertically method before calling the ScrollVertically method.

See Also