ChartDirector 5.1 (.NET Edition)

Mark.setLineWidth


Usage

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

Description

Sets the line width of the mark line.

Arguments

ArgumentDefaultDescription
w(Mandatory)The mark line width in pixels.

Return Value

None