ChartElementHighlightingEventArgs(ChartElementModel) Constructor
Initializes a new instance of the ChartElementHighlightingEventArgs class with the specified settings.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
elementModel | ChartElementModel | The chart element that is currently highlighted. |
Remarks
Instances of the ChartElementHighlightingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also