ChartDirector 7.0 (Java Edition)
SurfaceChart.setContourColor
Usage
public void setContourColor(int contourColor [, int minorContourColor ])
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
Argument | Default | Description |
contourColor | (Mandatory) | The color of the major contour lines. |
minorContourColor | -1 | The color of the minor contour lines. -1 means it is the same as the contourColor. |
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.