ChartDirector 7.0 (Perl Edition)
DataSet
.
setLineWidth
Usage
setLineWidth(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
Argument
Default
Description
w
(Mandatory)
The width of the line in pixels.
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.