Interval + JDBC

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

Interval + JDBC

Post by RighteousRaven » Wed Mar 12, 2003 6:00 pm

Is there a way to get JDBCCategoryDataset to act as a DefaultIntervalCategoryDataset, or is it impossible to create an interval bar chart through the JDBCCategoryDataset class?

-RighteousRaven

David Gilbert

Re: Interval + JDBC

Post by David Gilbert » Wed Mar 12, 2003 6:06 pm

JDBCCategoryDataset only implements the CategoryDataset interface. You would need to modify it quite a lot to implement the IntervalCategoryDataset class.

Regards,

Dave Gilbert

Locked