Skip to main content
All docs
V24.2

HeatmapTitleCollection.Remove(HeatmapTitle) Method

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

Namespace: DevExpress.XtraCharts.Heatmap

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