Gantt Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ypsmag
Posts: 6
Joined: Mon Oct 09, 2006 3:07 am

Gantt Chart

Post by ypsmag » Fri Dec 01, 2006 7:18 am

How to create GanttChart .......can anyone guide me......Thanks a lot.....because this is the first time i using java and JFreeChart to do for my assignment.....

i want to save the GanttChart as JPEG file.... possible for me to do that?????
i got 3 attribute save in my database that is task, startdate and enddate.....

Thanks

mhilpert
Posts: 497
Joined: Wed Apr 02, 2003 1:57 pm
Location: Germany

Post by mhilpert » Fri Dec 01, 2006 1:47 pm

ChartFactory.createGanttChart()

ChartUtilities.saveChartAsJPEG()
Java 11, JFreeChart 1.0.15, JFreeSVG 4.0

ypsmag
Posts: 6
Joined: Mon Oct 09, 2006 3:07 am

Post by ypsmag » Sat Dec 02, 2006 3:05 am

Thanks mhilpert....

i already done it....i can save my ganttchart as JPEG already.....

another question is that how can i put in the Milestone in my gantt chart????

actually i want to convert the ganttchart display in my Microsoft Project and now i want to display the ganttchart in webpage......

Warmest Regards.
Mag

Locked