[C#] | public void setContourWidth(int contourWidth [, int minorContourWidth ]); |
[VB] | Public Sub setContourWidth(contourWidth As Integer [, minorContourWidth As Integer ]) |
ChartDirector 7.1 (.NET Edition)
ContourLayer.
Usage
[C#] | public void setContourWidth(int contourWidth [, int minorContourWidth ]); |
[VB] | Public Sub setContourWidth(contourWidth As Integer [, minorContourWidth As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
contourWidth | (Mandatory) | The major contour line width in pixels. If this method is never called, the default contour line width is 1 pixel. |
minorContourWidth | -1 | The minor contour line width. -1 means the minor contour line width is the same as the major contour line width. |
Return Value