HeatmapControl.Diagram Property
Gets or sets the Heatmap Control’s diagram.
Namespace: DevExpress.Xpf.Charts.Heatmap
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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 diagram’s BackgroundBrush=LightGray; BorderBrush=Gray:
<dxh:HeatmapControl.Diagram>
<dxh:HeatmapDiagram BackgroundBrush="LightGray" BorderBrush="Gray"/>
</dxh:HeatmapControl.Diagram>
See Also