Starting Jfeechart - Need help

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Guest

Starting Jfeechart - Need help

Post by Guest » Mon Nov 17, 2003 2:06 pm

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

snake

send me your mail

Post by snake » Thu Nov 20, 2003 10:59 am

send me a email and i send you my exemple of chart
sbelliot@itin.fr

EpoK
Posts: 5
Joined: Thu Oct 30, 2003 11:50 am

Post by EpoK » Thu Nov 20, 2003 8:43 pm

see the demo source code, there is a mine of exemples

Locked