[]
The following table lists the Data Arrays used for HiLoOpenClose charts. Each data series requires four Y array values including Y, Y1, Y2, and Y3 to be charted.
| Property | Description |
|---|---|
| X | Holds the position on the X-axis. |
| Y | Holds the high value for the chart. |
| Y1 | Holds the low value for the chart. |
| Y2 | Holds the open value for the chart. |
| Y3 | Holds the close value for the chart. |