[C#] | public void setWContourColor(int wContourColor [, int wMinorContourColor ]); |
[VB] | Public Sub setWContourColor(wContourColor As Integer [, wMinorContourColor As Integer ]) |
ChartDirector 7.1 (.NET Edition)
SurfaceChart.
Usage
[C#] | public void setWContourColor(int wContourColor [, int wMinorContourColor ]); |
[VB] | Public Sub setWContourColor(wContourColor As Integer [, wMinorContourColor As Integer ]) |
Description
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