Skip to main content
All docs
V25.1
  • HeatmapTitleCollection Class

    A collection of heatmap titles.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.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