[VB] | Public Sub setContourColor(contourColor As Integer [, minorContourColor As Integer ]) |
[C#] | public void setContourColor(int contourColor [, int minorContourColor ]); |
ChartDirector 5.1 (.NET Edition)
SurfaceChart.setContourColor
Usage
[VB] | Public Sub setContourColor(contourColor As Integer [, minorContourColor As Integer ]) |
[C#] | public void setContourColor(int contourColor [, int minorContourColor ]); |
Description
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