Skip to main content
All docs
V23.2

HeatmapDiagram.BorderBrush Property

Gets or sets the brush used to paint the heatmap diagram border.

Namespace: DevExpress.Xpf.Charts.Heatmap

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Brush BorderBrush { get; set; }

Property Value

Type Description
Brush

The brush that is used to paint the heatmap diagram border.

Example

The following example specifies the Heatmap Control’s diagram background and border colors:

A heatmap diagram with default settings

<dxh:HeatmapControl.Diagram>
    <dxh:HeatmapDiagram BackgroundBrush="LightGray" BorderBrush="Gray"/>
</dxh:HeatmapControl.Diagram>
See Also