Pane.CanScrollAxisYTo(Double) Method
Checks whether it is possible to scroll the Y-axis of a pane 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 |
---|---|---|
yPosition | 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 Y-axis of the pane, use the Pane.ScrollAxisYTo method.
See Also