ChartDirector 7.1 (C++ Edition)

DataSet.setLineWidth


Usage

void setLineWidth(int w);

Description

Sets the line width of lines when drawing the data set.

This method only applies to layers that employ lines to represent data (e.g. line layer).

If this method is not called, the default line width for the layer will be used (set using Layer.setLineWidth).

Arguments

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

Return Value

None