ChartDirector Ver 5.0 (PHP Edition)
BaseChart.setDropShadow
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| color | AAAAAA | The color of the drop shadow. |
| offsetX | 5 | The x offset of the drop shadow. |
| offsetY | 7fffffff | The y offset of the drop shadow. 7fffffff means it is the same as the x offset. |
| blurRadius | 5 | The blur radius of the drop shadow. |
Return Value