ChartDirector 7.1 (.NET Edition)

PolarLayer.setLineWidth


Usage

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

Description

Sets the line width of lines when drawing the data on the layer.

Arguments

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

Return Value

None