ChartDirector Ver 3.1 (PHP Edition Edition)
BaseChart.gradientColor
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| startX | (Mandatory) | The x coordinate of the starting point of the gradient line segment. |
| startY | (Mandatory) | The y coordinate of the starting point of the gradient line segment. |
| endX | (Mandatory) | The x coordinate of the ending point of the gradient line segment. |
| endY | (Mandatory) | The y coordinate of the ending point of the gradient line segment. |
| startColor | (Mandatory) | The starting color. |
| endColor | (Mandatory) | The ending color. |
Return Value