HeatmapTitleCollection Class
A collection of heatmap titles.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
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