Back to Devexpress

ChartBeforeZoomEventArgs.Cancel Property

corelibraries-devexpress-dot-xtracharts-dot-chartbeforezoomeventargs.md

latest1.1 KB
Original Source

ChartBeforeZoomEventArgs.Cancel Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true if the zooming is canceled; otherwise false.

|

See Also

ChartBeforeZoomEventArgs Class

ChartBeforeZoomEventArgs Members

DevExpress.XtraCharts Namespace