Pane.ScrollAxisXTo(Double) Method
In This Article
Scrolls the X-axis to the specified position.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
x |
Double | A Double value specifying the position to scroll to. |
#Remarks
To verify whether or not it is possible to scroll the X-axis, call the Pane.CanScrollAxisXTo method before calling the ScrollAxisXTo method.
See Also