ChartDirector 6.0 (ColdFusion Edition)
Layer
.setLineWidth
Usage
setLineWidth(w)
Description
Sets the default line width of lines when drawing data sets on the layer.
This method only applies to layers that employ lines to represent data (e.g. line layer).
This method affect all data sets. To set the line width of one particular data set, use
DataSet.setLineWidth
.
Arguments
Argument
Default
Description
w
(Mandatory)
The width of the line in pixels.
Return Value
None
© 2017 Advanced Software Engineering Limited. All rights reserved.