Pane.CanZoomIn() Method
Checks whether it is possible to zoom in.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.2.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To zoom in a pane, use the Pane.ZoomIn method.
See Also