HeatmapControl.Diagram Property
In This Article
Gets or sets the Heatmap Control’s diagram.
Namespace: DevExpress.Xpf.Charts.Heatmap
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public HeatmapDiagram Diagram { get; set; }
#Property Value
Type | Description |
---|---|
Heatmap |
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 diagram’s BackgroundBrush=LightGray; BorderBrush=Gray:
<dxh:HeatmapControl.Diagram>
<dxh:HeatmapDiagram BackgroundBrush="LightGray" BorderBrush="Gray"/>
</dxh:HeatmapControl.Diagram>
See Also