JFreeChart Examples

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

JFreeChart Examples

Post by faisalkhan » Fri Apr 16, 2004 10:03 pm

Hi All,

Can any body help me in finding some good examples of jfreechart which includes plotting bar charts and also to print them


regards

faisal khan

Mimil
JFreeReport Staff Member
Posts: 69
Joined: Tue Mar 25, 2003 7:33 pm

Post by Mimil » Sat Apr 17, 2004 12:24 pm

Hi,

You can find some screenshots on http://www.jfree.org/jfreechart/samples.html
You can run demos of JFreeChart by typing the command:
java -jar jfreechart-0.9.17-demo.jar (in the root folder of the extracted archive files)
And if you want to analyse these exemples go to the source code located in /src/org/jfree/chart/demo

Bye and Have some fun,
Mimil

Locked