ChartDirector 7.0 (ASP/COM/VB Edition)
SurfaceChart.setWContourColor
Usage
setWContourColor(wContourColor [, wMinorContourColor ])
Description
Sets the colors of the w contour lines on the surface.
The w contour lines are lines that join regions of the same w value on the surface. The contour levels are determined by the ticks on the color axis. Major ticks associate with major contour lines. Minor ticks associate with minor contour lines.
Arguments
Argument | Default | Description |
wContourColor | (Mandatory) | The color of the major contour lines. |
wMinorContourColor | -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.