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

XYDiagram2D.ScrollAxisYTo(Double) Method

Scrolls the Y-axis to the specified position.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public void ScrollAxisYTo(
    double yPosition
)

Parameters

Name Type Description
yPosition Double

A Double value specifying the position to scroll to.

Remarks

To verify whether it is possible to scroll the Y-axis, call the XYDiagram2D.CanScrollAxisYTo method before calling the ScrollAxisYTo method.

See Also