Skip to main content

Pane.CanZoomIntoRectangle() Method

Checks whether or not it is possible to zoom into a rectangle on a pane.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public bool CanZoomIntoRectangle()

#Returns

Type Description
Boolean

true if it is allowed to zoom into a rectangle; otherwise, false.

#Remarks

To zoom into a rectangle, use the Pane.ZoomIntoRectangle method.

See Also