ChartDirector Ver 3.1 (PHP Edition Edition)
XYChart.addHLOCLayer
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 highest value data set. |
| lowData | (Mandatory) | An array of numbers representing the lowest value data set. |
| openData | [Empty_Array] | An array of numbers representing the opening value data set. An empty array means there is no opening value data set available. |
| closeData | [Empty_Array] | An array of numbers representing the closing value data set. An empty array means there is no closing value data set available. |
| color | -1 | The color to draw the HLOC symbol. -1 means that the color is automatically selected from the palette. |
Return Value