How do i show more than one series of data on the same chart?
My aim is to show some raw data as one line and the average of this data as another (on the same chart)....is this possible and how
Thank you
Multiple XY Series (Line Chart)
Re: Multiple XY Series (Line Chart)
The XYDataset interface allows multiple series...take a look at the XYSeriesCollection class for *one* example of a class that implements XYDataset. You should also look through src/com/jrefinery/chart/demo for the line chart demos.
Regards,
Dave Gilbert
Regards,
Dave Gilbert