Back to Devexpress

AxisRangeChangedEventArgs.Cancel Property

corelibraries-devexpress-dot-xtracharts-dot-axisrangechangedeventargs-c71fa511.md

latest1.1 KB
Original Source

AxisRangeChangedEventArgs.Cancel Property

Gets or sets whether the axis range change should be cancelled.

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 , to cancel the axis range change; otherwise, false.

|

See Also

AxisRangeChangedEventArgs Class

AxisRangeChangedEventArgs Members

DevExpress.XtraCharts Namespace