ChartDirector Ver 3.0 (Perl Edition)

BaseChart.setBackground


Usage

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

Description

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

Arguments

ArgumentDefaultDescription
color(Mandatory)The background color of the chart.
edgeColorTransparentThe border color of the chart.
raisedEffect0The width of the 3D border of the chart. For positive values, the chart will appear raised. For negative values, the chart will appear depressed.

Return Value

None