Back to Devexpress

HeatmapTitleCollection Class

corelibraries-devexpress-dot-xtracharts-dot-heatmap-fcdbfa2b.md

latest1.6 KB
Original Source

HeatmapTitleCollection Class

A collection of heatmap titles.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class HeatmapTitleCollection :
    CollectionBase
vb
Public Class HeatmapTitleCollection
    Inherits CollectionBase

The following members return HeatmapTitleCollection objects:

Remarks

The HeatmapTitleCollection class members allow you to perform common collection management tasks (add or remove elements, and so on).

Use the HeatmapControl.Titles property to access the collection of heatmap titles.

Inheritance

Object CollectionBase HeatmapTitleCollection

See Also

HeatmapTitleCollection Members

DevExpress.XtraCharts.Heatmap Namespace