Muliple Datasets with Different X Values.
Muliple Datasets with Different X Values.
Is it possible for datasets on the same graph have different values on the X-Axis, and if so which classes are the best to use in order to produce a nice solution.
Cheers 

-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
The answer depends a lot on what you are trying to display. But in general, the XYDataset interface allows for an independent set of x-values for each series in the dataset, so you don't even need multiple datasets.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

