question about candleStick ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
danhmilla425
Posts: 2
Joined: Thu Aug 09, 2018 3:22 am
antibot: No, of course not.

question about candleStick ?

Post by danhmilla425 » Thu Aug 09, 2018 3:29 am

Is it possible to have an auto updating candlestick?

:
My dataset is TimeSeriesCollection.
i need to support multiple graph types
Line, point, bar and candlestick (more important)

(I have auto updating line, point and bar like the memory usage example.)
I am using the algorithm posted in the forum previously to convert to DefaultHighLowDataset. Which is useful, but has some bugs or not properly explained, but I am able to get away with some modifications.

Is there a better way to do this, (an Example would be great)
Can I have an auto updating candlestick?

Thanks
danhmilla425

Locked