Back to Devexpress

HeatmapControl.Diagram Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-d2bc3bd5.md

latest1.6 KB
Original Source

HeatmapControl.Diagram Property

Gets or sets the Heatmap Control’s diagram.

Namespace : DevExpress.Xpf.Charts.Heatmap

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public HeatmapDiagram Diagram { get; set; }
vb
Public Property Diagram As HeatmapDiagram

Property Value

TypeDescription
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:

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

See Also

HeatmapControl Class

HeatmapControl Members

DevExpress.Xpf.Charts.Heatmap Namespace