The following table lists the Data Arrays used for Candle charts. Each data series requires the use of the X array and 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 Candle chart. |
Y1 | Holds the low value for the Candle chart. |
Y2 | Holds the open value for the Candle chart. |
Y3 | Holds the close value for the Candle chart. |