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

XYDiagram2D.Scroll(Int32, Int32, XYDiagramPaneBase) Method

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void Scroll(
    int horizontalOffset,
    int verticalOffset,
    XYDiagramPaneBase pane = null
)

Parameters

Name Type
horizontalOffset Int32
verticalOffset Int32

Optional Parameters

Name Type Default
pane XYDiagramPaneBase *null*
See Also