ChartDirector 7.1 (.NET Edition)

Mark.setLineWidth


Usage

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

Description

Sets the line width of the mark line.

Arguments

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

Return Value

None