Back to Devexpress

ChartDesigner.ChartElementHighlighting Event

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartdesigner-f1b49a07.md

latest1.7 KB
Original Source

ChartDesigner.ChartElementHighlighting Event

Occurs when chart element highlighting begins.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event ChartElementHighlightingEventHandler ChartElementHighlighting
vb
Public Event ChartElementHighlighting As ChartElementHighlightingEventHandler

Event Data

The ChartElementHighlighting event's data class is ChartElementHighlightingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets the value specifying whether the highlighting should be canceled.
ElementModelReturns the model of a chart element that is currently highlighted.

See Also

ChartDesigner Class

ChartDesigner Members

DevExpress.XtraCharts.Designer Namespace