Back to Devexpress

ChartElementHighlightingEventArgs Class

windowsforms-devexpress-dot-xtracharts-dot-designer-143e8ce5.md

latest1.7 KB
Original Source

ChartElementHighlightingEventArgs Class

Provides data for the ChartDesigner.ChartElementHighlighting event.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public class ChartElementHighlightingEventArgs :
    EventArgs
vb
Public Class ChartElementHighlightingEventArgs
    Inherits EventArgs

ChartElementHighlightingEventArgs is the data class for the following events:

Remarks

An instance of the ChartElementHighlightingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs ChartElementHighlightingEventArgs ChartElementSelectingEventArgs

See Also

ChartElementHighlightingEventArgs Members

DevExpress.XtraCharts.Designer Namespace