Index of the heatmap cell
Index of the heatmap cell
New Z value
UpdateZValue Method (IHeatmapDataSeries)
Updates Z value for the given X and Y indexes on a heatmap
Syntax
void UpdateZValue( 
   int xIndex,
   int yIndex,
   IComparable zValue
)

Parameters

xIndex
Index of the heatmap cell
yIndex
Index of the heatmap cell
zValue
New Z value
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