Back to Devexpress

XYDiagram2D.CanScrollAxisXTo(Double) Method

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-dot-canscrollaxisxto-x28-system-dot-double-x29.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool CanScrollAxisXTo(
    double xPosition
)
vb
Public Function CanScrollAxisXTo(
    xPosition As Double
) As Boolean

Parameters

NameTypeDescription
xPositionDouble

A Double value specifying the position to scroll to.

|

Returns

TypeDescription
Boolean

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

|

Remarks

To scroll the X-axis, use the XYDiagram2D.ScrollAxisXTo method.

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace