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
Interval + JDBC
Re: Interval + JDBC
JDBCCategoryDataset only implements the CategoryDataset interface. You would need to modify it quite a lot to implement the IntervalCategoryDataset class.
Regards,
Dave Gilbert
Regards,
Dave Gilbert