JFreeChart - HighLowOpenClose

Discussion about JFreeChart related to stockmarket charts.
Locked
BusMan29
Posts: 1
Joined: Thu Aug 23, 2012 3:03 pm
antibot: No, of course not.

JFreeChart - HighLowOpenClose

Post by BusMan29 » Thu Aug 23, 2012 3:08 pm

Is HighLowOpenClose the best chart for showing the stock price information?

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

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: JFreeChart - HighLowOpenClose

Post by david.gilbert » Thu Aug 30, 2012 5:44 am

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

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked