HeatmapTitleCollection.Remove(HeatmapTitle) Method
Removes the title passed in the method parameters from the collection.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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