ChartDirector 7.0 (Perl Edition)
XYChart.
Usage
Description
HLOC Symbol Color | Data Set Color |
---|---|
Central Line | Data Color for the first data set (index = 0) |
Open Mark Line | Data Color for the third data set (index = 2) |
Close Mark Line | Data Color for the fourth data set (index = 3) |
Arguments
Argument | Default | Description |
---|---|---|
highData | (Mandatory) | An array of numbers representing the high values. An empty array means there is no high value data available. |
lowData | (Mandatory) | An array of numbers representing the low values. An empty array means there is no low value data available. |
openData | [Empty_Array] | An array of numbers representing the opening values. An empty array means there is no opening value data available. |
closeData | [Empty_Array] | An array of numbers representing the closing values. An empty array means there is no closing value data available. |
color | -1 | The color to draw the HLOC symbol. -1 means that the color is automatically selected from the palette. |
Return Value