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

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

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    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