Back to Devexpress

HeatmapHighlightMode Enum

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-4cc59fe5.md

latest1.9 KB
Original Source

HeatmapHighlightMode Enum

Lists values that specify how the heatmap highlights cells if a user hovers over a heatmap cell.

Namespace : DevExpress.Xpf.Charts.Heatmap

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum HeatmapHighlightMode
vb
Public Enum HeatmapHighlightMode

Members

NameDescriptionImage
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

DevExpress.Xpf.Charts.Heatmap Namespace