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

ChartBeforeZoomEventArgs.Cancel Property

Gets or sets the value that identifies whether the zooming should be canceled.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true if the zooming is canceled; otherwise false.

See Also