ChartDirector 7.1 (.NET Edition)

SurfaceChart.setWContourColor


Usage

[C#]public void setWContourColor(int wContourColor [, int wMinorContourColor ]);
[VB]Public Sub setWContourColor(wContourColor As Integer [, wMinorContourColor As Integer ])

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

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

Return Value

None