ChartDirector Ver 3.0 (C++ Edition)

BaseChart.setBackground


Usage

void setBackground(int bgColor, int edgeColor = -1, int raisedEffect = 0);

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