HeatmapControl.HighlightedItemChanged Event
In This Article
Occurs when the highlighted heatmap cell is changed.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public event HeatmapHighlightedItemChangedEventHandler HighlightedItemChanged
#Event Data
The HighlightedItemChanged event's data class is HeatmapHighlightedItemChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Heatmap |
Returns information about the highlighted heatmap cell. |
See Also