Skip to main content

Pane.CanZoomOut() Method

Checks whether or not it is possible to zoom out of a pane.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public bool CanZoomOut()

#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