The heatmap renderable series.
X Index to the heatmap data.
Y Index to the heatmap data.
Z value at X index, Y index.
Current color of the cell.
Metadata of the cell.
OverrideCellColor Method (IHeatmapPaletteProvider)
Overrides the color of the cell at X,Y index in a heatmap. The return value is ARGB color.
Syntax

Parameters

rSeries
The heatmap renderable series.
xIndex
X Index to the heatmap data.
yIndex
Y Index to the heatmap data.
zValue
Z value at X index, Y index.
cellColor
Current color of the cell.
metadata
Metadata of the cell.

Return Value

Returns the ARGB Color for the cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also