[C#] | public void setPlotAreaBg(int bgColor1 [, int bgColor2 [, bool altRings ]]); |
[VB] | Public Sub setPlotAreaBg(bgColor1 As Integer [, bgColor2 As Integer [, altRings As Boolean ]]) |
ChartDirector 7.1 (.NET Edition)
PolarChart.
Usage
[C#] | public void setPlotAreaBg(int bgColor1 [, int bgColor2 [, bool altRings ]]); |
[VB] | Public Sub setPlotAreaBg(bgColor1 As Integer [, bgColor2 As Integer [, altRings As Boolean ]]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
bgColor1 | (Mandatory) | The first background color. |
bgColor2 | -1 | The second background color. -1 means it is the same as the first background color. |
altRings | true | A true value means the background colors alternate in the radial direction, resulting in concentric circles. A false value means the background colors alternates in the angular direction, resulting in alternating sectors. |
Return Value