Skip to main content

ChartElementHighlightingEventArgs.Cancel Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

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

See Also