generate an organigramme(flow chart) with jfreechart

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

generate an organigramme(flow chart) with jfreechart

Post by mourad » Tue Apr 22, 2003 11:09 am

hello,
i want to know if it is possible to generate a flow chart with jfreechart.
if yes how.
thanks in advance.

arnaud
Posts: 86
Joined: Wed Mar 19, 2003 2:59 pm
Location: Paris, France
Contact:

Post by arnaud » Wed Apr 23, 2003 10:02 am

Hello,

JFreeChart is a charting library, not a library to create graphs and diagram.

I suggest You to look at : jgraph, http://jgraph.sourceforge.net, which should suits Your needs.

Regards,
Arnaud

Locked