Skip to main content

Pane.CanScrollAxisXTo(Double) Method

Checks whether it is possible to scroll the X-axis of a pane 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 pane position to scroll to.

Returns

Type Description
Boolean

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

Remarks

To scroll the X-axis of the pane, use the Pane.ScrollAxisXTo method.

See Also