Is HighLowOpenClose the best chart for showing the stock price information?
Which classes are the basic requirement to draw this chart? Thanks!
JFreeChart - HighLowOpenClose
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: JFreeChart - HighLowOpenClose
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.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

