NEWBIE problem

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
superjma
Posts: 8
Joined: Sat Jun 14, 2003 12:15 pm

NEWBIE problem

Post by superjma » Sat Jun 14, 2003 12:21 pm

Hi

Are there anywhere a simple example on how to generate an XY-chart and save this in a JPEG-file?

I can't find any example anywhere. I got the jfreechart-0.9.8-demo.jar to run fine but I do not know how to write my own JPEG file generator.. :(

I'm able to get the data from the database, so my "only" problem is how to generate the XY-chart and to store this in a JPEG..

Hope someone can help me with an example...

Regards Jan Andersen

Guest

Post by Guest » Sat Jun 14, 2003 1:40 pm

OK.. I found the src\org\jfree\chart\demo folder which were very helpful... My only problem now is how to use dates on the x-axis.

Regards.

Locked