Skip to main content
A newer version of this page is available. .
All docs
V22.1

HeatmapControl.HighlightedItemChanged Event

Occurs when the highlighted heatmap cell is changed.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v22.1.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
HeatmapCell Returns information about the highlighted heatmap cell.
See Also