simple charts

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

simple charts

Post by gaurav » Mon Oct 07, 2002 10:09 am

Hi,
I am new to jfreechart, and in my application, a few graphs are to be drawn. I saw, some examples using servlets. Can, we draw charts, by simply using class libraries, i.e without going for servlets, directly using some classes to draw some simple charts in a simple java program. It would be great, if somebody could tell, about some simple examples.

Gaurav

David Gilbert

Re: simple charts

Post by David Gilbert » Mon Oct 07, 2002 2:29 pm

Hi Gaurav,

There are lots of examples in the com.jrefinery.chart.demo package. Most of them are simple client side applications, not servlets.

Regards,

DG

Locked