Integrating JFreeChart! bit urgent :-(

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
JavaAddict
Posts: 3
Joined: Mon Apr 17, 2006 7:20 am

Integrating JFreeChart! bit urgent :-(

Post by JavaAddict » Mon Apr 17, 2006 7:32 am

hi
I'm completely new to java and JfreeChart.

I would like to open the chart when some button is pressed. I’m having a some From kind of user interface where in a user can select the Month, once he selected the month another program will read data for that month from MS Excel sheet and plot the graph for that.

So far I have created the User Interface, Program to read Excel sheet and JfreeChart Control chart application. Someone please help me in integrating these three.

Skeleton code for Master program would be of more helpful. Thanks in advance.

Thanks and Regards
sarathy

sudhapanchag
Posts: 1
Joined: Wed Jul 19, 2006 4:23 pm

Post by sudhapanchag » Wed Jul 19, 2006 4:25 pm

hi
have u found the solution for your problem. i am trying to do something similar

thank you

pmarsollier
Posts: 49
Joined: Thu Jul 08, 2004 8:54 am
Location: France

Post by pmarsollier » Thu Jul 20, 2006 9:41 am

if your data are within excel, why just not do it with Excel ??
easyer ...

how do you read it ?
using POI ?

Locked