ChartDirector Ver 3.1 (PHP Edition Edition)
PlotArea.setGridColor
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| hGridColor | (Mandatory) | The color for the horizontal grid lines associated with major ticks. |
| vGridColor | Transparent | The color for the vertical grid lines associated with major ticks. |
| minorHGridColor | -1 | The color for the horizontal grid lines associated with minor ticks. -1 means the color is the same as hGridColor. |
| minorVGridColor | -1 | The color for the vertical grid lines associated with minor ticks. -1 means the color is the same as vGridColor. |
Return Value