Skip to main content

XYDiagram2D.CanScrollAxisXTo(Double) Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool CanScrollAxisXTo(
    double xPosition
)

Parameters

Name Type Description
xPosition 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 X-axis, use the XYDiagram2D.ScrollAxisXTo method.

See Also