[C#] | public void setBackground(int color [, int edgeColor [, int raisedEffect ]]); |
[VB] | Public Sub setBackground(color As Integer [, edgeColor As Integer [, raisedEffect As Integer ]]) |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public void setBackground(int color [, int edgeColor [, int raisedEffect ]]); |
[VB] | Public Sub setBackground(color As Integer [, edgeColor As Integer [, raisedEffect As Integer ]]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
color | (Mandatory) | The background color of the chart. |
edgeColor | Transparent | The border color of the chart. |
raisedEffect | 0 | The 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. |
Return Value