Connecting Lines Color

This parameter will set the connecting lines color.

The connecting lines color parameter is made up of three elements each separated by a | character. The three elements represent the RED, GREEN and BLUE components of the color. Each color element can range from 0 to 255.

Example
This example will set the connecting lines color to dark grey.
<param name="connectingLinesColor" value="100|100|100">

Default
If this parameter is not present then a default color of "100|100|100" (dark grey) is assumed.

For more information on defining colors click here.