ChartDirector 5.1 (.NET Edition)

Box.setBackground


Usage

[VB] Public Sub setBackground(color As Integer [, edgeColor As Integer [, raisedEffect As Integer ]])
[C#] public void setBackground(int color [, int edgeColor [, int raisedEffect ]]);

Description

Sets 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 3D border width. For positive values, the border will appear raised. For negative values, the border will appear depressed. A zero value means the border will appear flat. This argument is also used to support Chart.glassEffect, Chart.softLighting and Chart.cylinderEffect effects.

Return Value

None