Creating Gantt Chart in JAVA

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Fernan
Posts: 1
Joined: Thu Aug 04, 2005 4:31 am
Location: Makati, Philippines
Contact:

Creating Gantt Chart in JAVA

Post by Fernan » Thu Aug 04, 2005 4:37 am

Hi! can you please help me how to create Gantt Chart in Java.
I need this in my sch proj.
how can i start... i laready install and run all java req. is there any free source code how to build Gantt Chart... PLEASE Help me to build a Gantt Chart. Thank you very much
Thanks for your help!
God Bless You!!

doofusLARGE
Posts: 11
Joined: Thu Jul 07, 2005 7:40 pm

Post by doofusLARGE » Fri Aug 05, 2005 2:46 pm

First of all, you will need to create a Gantt Chart from ChartFactory. But to do that, you will have to have a populated Task Series Collection, which has any number of Task Series, each of those which has Tasks themselves.

My suggestion to you, since this is a school project and learning is encouraged, is to read the JFreeChart javadocs:

http://www.jfree.org/jfreechart/javadoc/

Good luck!

bs
Posts: 15
Joined: Sun Dec 18, 2005 3:06 pm
Location: France
Contact:

Post by bs » Mon Dec 19, 2005 10:23 am

I need exemple and sample for using and creating Gantt Chart
Visit my site : ici Voter

Locked