Skip to main content

AxisRangeChangedEventArgs.Cancel Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel the axis range change; otherwise, false.

See Also