corelibraries-devexpress-dot-xtracharts-dot-heatmap-c8686810.md
Lists values that specify how the heatmap highlights cells if a user hovers over a heatmap cell.
Namespace : DevExpress.XtraCharts.Heatmap
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum HeatmapHighlightMode
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum HeatmapHighlightMode
| 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.
|
|
The following properties accept/return HeatmapHighlightMode values:
See Also