wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-b8f70b9e.md
Specifies how the Heatmap Control highlight cells when a user hovers over a cell with the mouse cursor.
Namespace : DevExpress.Xpf.Charts.Heatmap
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public HeatmapHighlightMode HighlightMode { get; set; }
Public Property HighlightMode As HeatmapHighlightMode
| Type | Description |
|---|---|
| HeatmapHighlightMode |
The highlight mode.
|
Available values:
| Name | Description | Image |
|---|---|---|
| None |
No cells are highlighted when a user hovers over a cell.
|
| | Cell |
The cell that a user hovers over with the mouse cursor is highlighted only.
|
| | Row |
The row that contains the cell that a user hovers over with the mouse cursor is highlighted.
|
| | Column |
The column that contains the cell that a user hovers over with the mouse cursor is highlighted.
|
| | RowAndColumn |
The column and row that contain the cell that a user hovers over with the mouse cursor are highlighted.
|
|
Set the HighlightMode property to any value (except None ) to enable highlighting.
See Also