HeatmapDiagram.BackgroundBrush Property
Gets or sets the brush used to fill the heatmap diagram.
Namespace: DevExpress.Xpf.Charts.Heatmap
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Brush | The brush that is used to paint the heatmap diagram background. |
Example
The following example specifies the Heatmap Control’s diagram background and border colors:
<dxh:HeatmapControl.Diagram>
<dxh:HeatmapDiagram BackgroundBrush="LightGray" BorderBrush="Gray"/>
</dxh:HeatmapControl.Diagram>
See Also