Pane.ZoomIn(Nullable<Point>) Method
In This Article
Zooms a pane in.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
zoom |
Nullable<Point> | A Point object that specifies a new zoom location. |
#Remarks
To verify whether it is possible to zoom a pane, call the Pane.CanZoomIn method before calling the ZoomIn method.
See Also