Skip to main content

XYDiagram2D.ScrollHorizontally(Int32) Method

Scrolls a diagram in a horizontal direction.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public void ScrollHorizontally(
    int dx
)

#Parameters

Name Type Description
dx Int32

An integer value specifying how much it is necessary to scroll a diagram in a horizontal direction.

#Remarks

To verify whether or not it is possible to horizontally scroll a diagram, call the XYDiagram2D.CanScrollHorizontally method before calling the ScrollHorizontally method.

See Also