ChartDirector 7.1 (C++ Edition)

Line.setWidth


Usage

void setWidth(int w);

Description

Sets the width of the line in pixels.

Arguments

ArgumentDefaultDescription
w(Mandatory)The width (thickness) of the line in pixels.

Return Value

None