Skip to main content

XYDiagram2D.CanScrollAxisYTo(Double) Method

Checks whether it is possible to scroll the Y-axis to the specified position.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool CanScrollAxisYTo(
    double yPosition
)

Parameters

Name Type Description
yPosition Double

A Double value specifying the position to scroll to.

Returns

Type Description
Boolean

true if it is allowed to scroll; otherwise, false.

Remarks

To scroll the Y-axis, use the XYDiagram2D.ScrollAxisYTo method.

See Also