Back to Devexpress

HeatmapControl.Titles Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-5a81e06f.md

latest1.4 KB
Original Source

HeatmapControl.Titles Property

Returns the collection of heatmap titles.

Namespace : DevExpress.Xpf.Charts.Heatmap

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public TitleCollection Titles { get; }
vb
Public ReadOnly Property Titles As TitleCollection

Property Value

TypeDescription
TitleCollection

The collection of heatmap titles.

|

Remarks

You can add multiple titles to a heatmap. To do this, add Title objects to the Heatmap Control’s Titles collection and specify their Content properties.

xaml
<dxh:HeatmapControl ToolTipEnabled="True">
    <dxh:HeatmapControl.Titles>
        <dxc:Title Content="Balance of Trade" HorizontalAlignment="Center"/>
    </dxh:HeatmapControl.Titles>
</dxh:HeatmapControl>

See Also

HeatmapControl Class

HeatmapControl Members

DevExpress.Xpf.Charts.Heatmap Namespace