XYDiagram2D.ZoomIn(Nullable<Point>) Method
In This Article
Zooms a diagram in.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
zoom |
Nullable<Point> | A Point object specifying a new zoom location. |
#Remarks
To verify whether or not it is possible to zoom a diagram, call the XYDiagram2D.CanZoomIn method before calling the ZoomIn method.
See Also