ChartDirector 7.1 (C++ Edition)

ContourLayer.setZData


Usage

void setZData(DoubleArray 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