Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapHighlightedItemChangedEventArgs.HeatmapCell Property

Returns information about the highlighted heatmap cell.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public HeatmapCell HeatmapCell { get; }

Property Value

Type Description
HeatmapCell

Contains heatmap cell parameters.

See Also