ChartDirector Ver 4.1 (ColdFusion Edition)
DrawArea.polygon
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| x | (Mandatory) | An array of numbers representing the x coordinates of the vertices of a polygon. |
| y | (Mandatory) | An array of numbers representing the y coordinates of the vertices of a polygon. |
| edgeColor | (Mandatory) | The border color. To disable border, set the edgeColor the same as the fillColor. |
| fillColor | (Mandatory) | The fill color. To disable filling, set the fillColor to Transparent. |
Return Value