Skip to main content
All docs
V24.1

HeatmapCell.Tag Property

Returns additional information that is related to the heatmap cell.

Namespace: DevExpress.Charts.Heatmap

Assembly: DevExpress.Charts.v24.1.Core.dll

NuGet Package: DevExpress.Charts.Core

Declaration

public object Tag { get; }

Property Value

Type Description
Object

An object that contains data about the heatmap cell.

Remarks

If a heatmap uses a HeatmapDataSourceAdapter to load data, the Tag property returns a source object that is used to create the heatmap cell.

See Also