Specifies heatmap values.
Defines the heatmap mapping to X data range.
Defines the heatmap mapping to Y data range.
Specifies an optional metadata array.
NonUniformHeatmapDataSeries<T> Constructor
Creates as instance of the NonUniformHeatmapDataSeries<T> type.
Syntax
public NonUniformHeatmapDataSeries<T>( 
   T[,] zValues,
   Func<int,T> xMapping,
   Func<int,T> yMapping,
   IPointMetadata[,] metadata
)

Parameters

zValues
Specifies heatmap values.
xMapping
Defines the heatmap mapping to X data range.
yMapping
Defines the heatmap mapping to Y data range.
metadata
Specifies an optional metadata array.
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