Page 1 of 1

JFreeChart - HighLowOpenClose

Posted: Thu Aug 23, 2012 3:08 pm
by BusMan29
Is HighLowOpenClose the best chart for showing the stock price information?

Which classes are the basic requirement to draw this chart? Thanks!

Re: JFreeChart - HighLowOpenClose

Posted: Thu Aug 30, 2012 5:44 am
by david.gilbert
It's a good option if you have the data. The set-up would be as for a regular time series chart, but you replace the renderer with a HighLowRenderer and the data set with an OHLCDataset.