ChartDirector 7.1 (C++ Edition)

ContourLayer.setContourWidth


Usage

void setContourWidth(int contourWidth, int minorContourWidth = -1);

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