Hi John,
If you are using the FinanceChart object and using FinanceChart.addCandleStick to add the first candlestick layer to the main chart, you can use XYChart.addCandleStickLayer to add another candlestick layer to the main chart. For example:
Set m = myFinanceChart.addMainChart(....)
Call myFinanceChart.addCandleStick(....)
Call m.addCandleStickLayer(....)
Hope this can help.
Regards
Peter Kwan |