[C#] | public void setBackground(int color [, int altBgColor [, int edgeColor ]]); |
[VB] | Public Sub setBackground(color As Integer [, altBgColor As Integer [, edgeColor As Integer ]]) |
ChartDirector 7.1 (.NET Edition)
PlotArea.
Usage
[C#] | public void setBackground(int color [, int altBgColor [, int edgeColor ]]); |
[VB] | Public Sub setBackground(color As Integer [, altBgColor As Integer [, edgeColor As Integer ]]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
color | (Mandatory) | The background color. |
altBgColor | -1 | The second background color. -1 means there is no second background color. |
edgeColor | -1 | The border color of the plot area. -1 means to use the default, which is LineColor. However, if the axes are configured in 4 quadrant mode (see XYChart.setAxisAtOrigin), the default will change to Transparent. |
Return Value