Skip to main content
All docs
V23.2

HeatmapTitleCollection Class

A collection of heatmap titles.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class HeatmapTitleCollection :
    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