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

ChartElementHighlightingEventArgs.Cancel Property

Gets or sets the value specifying whether the highlighting should be canceled.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true if the element highlighting should be canceled; otherwise false.

See Also