ChartDirector Ver 3.1 (PHP Edition Edition)
PlotArea.setGridWidth
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| hGridWidth | (Mandatory) | The line width for the horizontal grid lines associated with major ticks. |
| vGridWidth | -1 | TThe line width for the vertical grid lines associated with major ticks. -1 means the vertical grid line width is the same as hGridWidth. |
| minorHGridColor | -1 | The line width for the horizontal grid lines associated with minor ticks. -1 means the color is the same as hGridWidth. |
| minorVGridColor | -1 | TThe line width for the horizontal grid lines associated with minor ticks. -1 means the color is the same as vGridWidth. |
Return Value