Skip to main content
All docs
V25.1
  • HeatmapControl.Diagram Property

    Gets or sets the Heatmap Control’s diagram.

    Namespace: DevExpress.Xpf.Charts.Heatmap

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public HeatmapDiagram Diagram { get; set; }

    Property Value

    Type Description
    HeatmapDiagram

    Contains diagram options.

    Remarks

    A diagram is the Heatmap Control’s area that is used to draw heatmap cells.

    The following images show the heatmap diagram with different appearance settings:

    A diagram with default settings:
    A heatmap diagram with default settings
    A diagram’s BackgroundBrush=LightGray; BorderBrush=Gray:
    A heatmap diagram with default settings
    <dxh:HeatmapControl.Diagram>
        <dxh:HeatmapDiagram BackgroundBrush="LightGray" BorderBrush="Gray"/>
    </dxh:HeatmapControl.Diagram>
    
    See Also