HighLow & JDBC

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

HighLow & JDBC

Post by Jeremy » Wed Jan 15, 2003 6:08 am

I've only briefly looked at the JFreeChart package but didn't see the support for HighLow charts via JDBC. Maybe I'm missing something but I only found pie, xy, and catagory. Can someone let me know if highlow charts are in fact able to be drawn via data from a database or if it is something that has yet to be implemented. TIA.

-Jeremy

David Gilbert

Re: HighLow & JDBC

Post by David Gilbert » Wed Jan 15, 2003 10:27 am

Hi Jeremy,

There's no support there for it yet, so you need to write some code that reads your data via JDBC and stores it in some structure (up to you what form it takes) then makes it available via the HighLowDataset interface.

Regards,

Dave Gilbert

Locked