ChartDirector 7.1 (.NET Edition)

Line.setWidth


Usage

[C#]public void setWidth(int w);
[VB]Public Sub setWidth(w As Integer)

Description

Sets the width of the line in pixels.

Arguments

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

Return Value

None