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
Creating Gantt Chart in JAVA
Creating Gantt Chart in JAVA
Thanks for your help!
God Bless You!!
God Bless You!!
-
- Posts: 11
- Joined: Thu Jul 07, 2005 7:40 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!
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!