Has anyone worked with JFreeChart-open source library for plotting xy plots?
Could someone post an example of how to create an xy plot dynamically with the x and y values generated from the program?
And where can i get a turorial doc or something of that kind to know about how to use the JFreeChart for developing applications?
Thanks in advance..
Have you tried looking at the JFreeChart demos? See here.
If you find a sample that suits what you want to do, searching for the name of the demo in Google often pulls up the demo source code from (for example) Koders: PieChartDemo1.java