Skip to main content
All docs
V26.1
  • HeatmapTitleCollection.Remove(HeatmapTitle) Method

    Removes the title passed in the method parameters from the collection.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v26.1.dll

    Declaration

    public void Remove(
        HeatmapTitle title
    )

    Parameters

    Name Type Description
    title HeatmapTitle

    A title to be removed from the collection.

    Remarks

    Note that when you call the Remove method, the title is removed from the collection and disposed.

    See Also