[C#] | public DiscreteHeatMapLayer addDiscreteHeatMapLayer2(double[] xGrid, double[] yGrid, double[] zData); |
[VB] | Public Function addDiscreteHeatMapLayer2(xGrid As Double(), yGrid As Double(), zData As Double()) As DiscreteHeatMapLayer |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public DiscreteHeatMapLayer addDiscreteHeatMapLayer2(double[] xGrid, double[] yGrid, double[] zData); |
[VB] | Public Function addDiscreteHeatMapLayer2(xGrid As Double(), yGrid As Double(), zData As Double()) As DiscreteHeatMapLayer |
Description
Arguments
Argument | Default | Description |
---|---|---|
xGrid | (Mandatory) | An array containing the x coordinates of the centers or boundaries of the cells. |
yGrid | (Mandatory) | An array containing the y coordinates of the centers or boundaries of the cells. |
zData | (Mandatory) | An array containing the data values of the cells. |
Return Value