ChartDirector 7.0 (Java Edition)

ContourLayer.setZData


Usage

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