Page 1 of 1

Update datasets of Candlestick chart

Posted: Mon Feb 11, 2008 4:37 pm
by gerlun
I used ohlcSeries to draw the candlestick chart but I can't update the datasets. So, how to update the datasets of candlestick chart?

For another Line chart. I used TimeSeries to draw. There is a method AddOrUpdate() to update the dataset and I can also remove the timeseries by clear() whether there is no such methods for ohlcSeries.

Thanks a lot!!

Re: Update datasets of Candlestick chart

Posted: Sun Jul 14, 2013 3:25 am
by Ryan Kitlitz
Did you ever find a solution for this? I am having exactly the same problem.

Re: Update datasets of Candlestick chart

Posted: Thu Jul 25, 2013 7:58 am
by david.gilbert
There are two dataset implementations you can use for the OHLC charts : DefaultOHLCDataset and OHLCSeriesCollection. The former doesn't provide any facilities to update the data, whereas the latter at least allows you to add and remove data items. It is an area that could do with some improvement.