Maybe i'm stupid, but i really cant figure out the xydataset for a linexychart.
Does anyone know how to add simple numbers like 10,20,10,40, etc and that you get a nice graph, with only a line ??
Sorry for my stupidity
xydataset
Re: xydataset
You don't use the XYDataset interface directly, but instead use a class that implements the interface (like XYSeriesCollection). A good example to try is the XYSeriesDemo.java application in the src/com/jrefinery/chart/demo directory.
Regards,
DG
Regards,
DG