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
HighLow & JDBC
Re: HighLow & JDBC
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
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