Skip to main content

XYDiagram2D.CanZoomIn() Method

Checks whether or not it is possible to zoom in.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public bool CanZoomIn()

#Returns

Type Description
Boolean

true if it is allowed to zoom in; otherwise, false.

#Remarks

To zoom in a diagram, use the XYDiagram2D.ZoomIn method.

See Also