Skip to main content
A newer version of this page is available. .

XYDiagram2DBeforeZoomEventArgs.Cancel Property

Gets or sets the value that specifies whether zooming is canceled.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true if the zooming is canceled; otherwise false.

See Also