ChartDirector 5.1 (.NET Edition)

ContourLayer.setZData


Usage

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

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