seriesBorderLineWidths PARAM tag



Assigns a border line width to each data series in the chart.

Syntax

<PARAM NAME = "seriesBorderLineWidths" VALUE = "lWidths">

Values

lWidth
A line width.
Value Description
0 One pixel wide. (default)
1 Very thin.
2 Thin.
3 Moderately thin.
4 Medium.
5 Moderately thick.
6 Thick.
7 Very thick.
8 Extremely thick.

Usage

Specify one line width for each data series, in the order in which the series are drawn. For example, VALUE = "1, 2, 3" assigns a very thin line width to the border of the first series, a thin line width to the second series, and a moderately thin line width to the third series. If you want to skip a series, specify a comma as a placeholder. For example, VALUE = "1, , " assigns a very thin border width to the first of three series in the chart.

See Also
seriesBorderLineColors PARAM tag
EdgeLineWidth property