ChartDirector 5.1 (.NET Edition)

Line.setWidth


Usage

[VB] Public Sub setWidth(w As Integer)
[C#] public 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