ChartDirector 7.0 (Perl Edition)
XYChart.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
highData | (Mandatory) | An array of numbers representing the high values. |
lowData | (Mandatory) | An array of numbers representing the low values. |
openData | (Mandatory) | An array of numbers representing the opening values. |
closeData | (Mandatory) | An array of numbers representing the closing values. |
riseColor | FFFFFF | The color used to fill the candle if the closing value is higher than the opening value. |
fallColor | 000000 | The color used to fill the candle if the opening value is higher than the closing value. |
edgeColor | LineColor | The color used to draw the center line and the border of the candle. |
Return Value