UniformHeatmapDataSeries<TX,TY,TZ> Constructor
Creates and initializes an instance of UniformHeatmapDataSeries<TX,TY,TZ>.
Syntax
public UniformHeatmapDataSeries<TX,TY,TZ>( 
   TZ[,] zValues,
   TX xStart,
   TX xStep,
   TY yStart,
   TY yStep,
   IPointMetadata[,] metadata
)

Parameters

zValues
xStart
xStep
yStart
yStep
metadata
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