Skip to main content
All docs
V23.2

HeatmapTitleCollection.Remove(HeatmapTitle) Method

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

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.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