Pane.CanZoomOut() Method
Checks whether it is possible to zoom out of a pane.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Returns
Type | Description |
---|---|
Boolean | true if it is allowed to zoom out; otherwise, false. |
Remarks
To zoom out of a diagram, use the Pane.ZoomOut method.
See Also