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

XYDiagram2DBeforeScrollEventArgs.Cancel Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true if the scrolling is canceled; otherwise false.

See Also