XYDiagram2D.CanZoomOut() Method
In This Article
Checks whether or not it is possible to zoom out.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true if it is allowed to zoom out; otherwise, false. |
#Remarks
To zoom out of a diagram, use the XYDiagram2D.ZoomOut method.
See Also