[Advanced-java] Swing Graphing

David Rosenstrauch david.rosenstrauch at aleri.com
Wed Jul 30 22:03:25 2003


On Wednesday 30 July 2003 07:17 pm, Lorin Davis wrote:
> Hi all
>
> I'm currently looking for nice graphing package for our Java
> Application/Applets, I have built my own, but our Clients demands for our
> graphing capabilities keeps growing so I think it might be time to decide
> to purchase a 3rd party Graphing package.
>
> I was wondering if anyone knows of a Good Graphing package (Preferably
> using Swing) that that we would be able to purchase (hopefully for not too
> much $$).
>
> Thanks.



JClass chart (http://www.klgroup.com/jclass/chart.shtml) is pretty much most 
professional developers' choice.  I've used it, and it works quite well.  
(Although it does have something of a learning curve, given the multitude of 
features it provides.)  And, of course, it's not free.

As far as open source, there's:

JFreeChart
http://www.jfree.org/jfreechart/index.html

and

jCharts
http://jcharts.sourceforge.net/

Haven't-used-them/can't-vouch-for-them though.  You can take a look at this 
fairly recent JavaWorld article about them though:  
http://www.javaworld.com/javaworld/jw-12-2002/jw-1227-opensourceprofile.html


HTH,

DR