Stacked XY Bar Chart Possible
-
- Posts: 14
- Joined: Thu Mar 02, 2006 9:00 pm
Stacked XY Bar Chart Possible
Is this possible with a TimePeriodValuesCollection and a DateAxis? I'm guessing not since that dataset does not allow duplicate values?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
No, it needs to be a dataset that implements the TableXYDataset (e.g. DefaultTableXYDataset or CategoryTableXYDataset).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 14
- Joined: Thu Mar 02, 2006 9:00 pm