Skip to main content
All docs
V25.1
  • HeatmapHighlightMode Enum

    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.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [ResourceFinder(typeof(XtraChartsResFinder))]
    public enum HeatmapHighlightMode

    Members

    Name Description Image
    None

    No cells are highlighted when a user hovers over a cell.

    Highlight mode - None

    Cell

    The cell that a user hovers over with the mouse cursor is highlighted only.

    Highlight mode - Cell

    Row

    The row that contains the cell that a user hovers over with the mouse cursor is highlighted.

    Highlight mode - Row

    Column

    The column that contains the cell that a user hovers over with the mouse cursor is highlighted.

    Highlight mode - Column

    RowAndColumn

    The column and row that contain the cell that a user hovers over with the mouse cursor are highlighted.

    Highlight mode - Column and Row

    Related API Members

    The following properties accept/return HeatmapHighlightMode values:

    See Also