Using the JfreeChART'S HiLo graph

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ruch

Using the JfreeChART'S HiLo graph

Post by Ruch » Mon Nov 18, 2002 8:14 pm

Hi All,


I need to use the JFreeChart's HiLoOpenCloseVolume graph in such a manner that on the x-axis instead of just a series ( currently dates) I have a combination of Categories( for example differnt stocks) and series( say 4 dates for each stock). In other words I want to show high lows for multiple stocks for a given set of dates.

Pls advise if this can be done on JfreeChart HiLoOpenCloseVolume graph.

Thanks.

Dave Gilbert

Re: Using the JfreeChART'S HiLo graph

Post by Dave Gilbert » Mon Nov 18, 2002 11:43 pm

I haven't experimented with more than one series on a high-low-open-close chart, I expect the code would need modifying to handle it.

Regards,

DG

Locked