Excuse me, but where can I find a simple starter guide to JFreechart? I simply want to create a basic line chart from two tables of values, like this:
int[] XAxis={1,3,5,7,9};
int[] YAxis={2,4,7,10,14};
Can anybody show some basic code for this?
Regards
Tor Erling
Student
Trondheim University College