ChartDirector 7.0 (Java Edition)

ContourLayer.setContourWidth


Usage

public void setContourWidth(int contourWidth [, int 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