ChartDirector 7.1 (.NET Edition)

ContourLayer.setZData


Usage

[C#]public void setZData(double[] zData);
[VB]Public Sub setZData(zData As Double())

Description

Sets the z data used for the contour chart.

Arguments

ArgumentDefaultDescription
zData(Mandatory)An array of numbers as the z data for the contour chart.

Return Value

None