ChartDirector 7.0 (ASP/COM/VB Edition)

ContourLayer.setContourWidth


Usage

setContourWidth(contourWidth [, minorContourWidth ])

Description

Sets contour line widths.

Arguments

ArgumentDefaultDescription
contourWidth(Mandatory)The major contour line width in pixels. If this method is never called, the default contour line width is 1 pixel.
minorContourWidth-1The minor contour line width. -1 means the minor contour line width is the same as the major contour line width.

Return Value

None