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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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