ChartDirector 7.0 (Perl Edition)
BaseChart.
Usage
Description
offset0, color0, offset1, color1, .... offsetN, colorN
000000, FF0000, 000080, FFFF00, 000100, 00FF00
Arguments
Argument | Default | Description |
---|---|---|
cx | (Mandatory) | The x coordinate of the center of the radial gradient. |
cy | (Mandatory) | The y coordinate of the center of the radial gradient. |
rx | (Mandatory) | The horizontal radius of the radial gradient defining ellipse. |
ry | (Mandatory) | The vertical radius of the radial gradient defining ellipse. |
colorArray | (Mandatory) | An array defining the offsets and colors of the color stops along the gradient. |
periodic | false | Specifies whether the gradient will repeat itself periodically. If the gradient does not repeat itself, the points that lie outside the gradient defining ellipse will assume the color at the perimeter of the gradient defining ellipse. |
Return Value