ChartDirector 7.1 (C++ Edition)

SurfaceChart.setContourColor


Usage

void setContourColor(int contourColor, int minorContourColor = -1);

Description

Sets the colors of the contour lines on the surface.

The contour lines are lines that join regions of the same z value on the surface. The contour levels are determined by the ticks on the z-axis. Major ticks associate with major contour lines. Minor ticks associate with minor contour lines.

Arguments

ArgumentDefaultDescription
contourColor(Mandatory)The color of the major contour lines.
minorContourColor-1The color of the minor contour lines. -1 means it is the same as the contourColor.

Return Value

None