ChartDirector Ver 3.1 (PHP Edition Edition)
PolarChart.setGridColor
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| rGridColor | 80000000 | (in hex) The color of grid lines in the radial direction (from the center outwards). |
| rGridWidth | 1 | The line width for grid lines in the radial direction (from the center outwards). |
| aGridColor | 80000000 | (in hex) The color of grid lines in the angular direction (concentric circles around the center). |
| aGridWidth | 1 | The line width of grid lines in the angular direction (concentric circles around the center) The line width is only used if the polar plot area is using a polygon grid (see PolarChart.setGridStyle). If circular grid is used, the line width is always 1. |
Return Value