ChartDirector Ver 3.0 (Perl Edition)

Box.setBackground


Usage

setBackground(color[, edgeColor[, raisedEffect]])

Description

Set the background color, border color and 3D border effect of the box.

Arguments

ArgumentDefaultDescription
color(Mandatory)The background color of the box.
edgeColor-1The border color of the box.
raisedEffect0The width of the 3D effect for the border. For positive values, the box will appear raised. For negative values, the box will appear depressed. A zero value means the box will appear flat.

Return Value

None