i write the code to insert data into MS Access database.
Now i am looking some class to generate the gannt chart and cpm network.
is JFreeChart enable to do it.
or do u know any easy way can generate gantt chart and cpm network via my programming before.
i use servlet and html to program my application.
thanks for ur kindly help first.
gantt chart and cpm network generating
Re: gantt chart and cpm network generating
> or do u know any easy way can generate gantt chart and cpm
> network via my programming before.
I started integrating the Gantt chart code contributed by Eduard Martinescu (you can download this from the contributions section on the JFreeChart page) but got distracted by something else. I need to put together a demonstration application to be sure that I've included everything that is required.
I'm not sure what a "cpm network" is.
Regards,
DG.
> network via my programming before.
I started integrating the Gantt chart code contributed by Eduard Martinescu (you can download this from the contributions section on the JFreeChart page) but got distracted by something else. I need to put together a demonstration application to be sure that I've included everything that is required.
I'm not sure what a "cpm network" is.
Regards,
DG.
Re: gantt chart and cpm network generating
I just purchased the documentation and down loaded the JFreeChart software including the Gantt Chart enhancement and I am having problems getting started. I am able to get your chart demos to compile and work, but am stuck figuring out how to modify one to produce a Gantt Chart.
Can you send me a copy of the demonstration application that you mentioned in your email?
I would be nice if the Gantt enhancement contained a "ChartFactory.createGanttChart" to contruct the chart.
Regards,
Mike Taylor
Can you send me a copy of the demonstration application that you mentioned in your email?
I would be nice if the Gantt enhancement contained a "ChartFactory.createGanttChart" to contruct the chart.
Regards,
Mike Taylor
Re: gantt chart and cpm network generating
Hi Mike,
Thanks for the reminder...I'm going to take a look at this now.
Regards,
DG.
Thanks for the reminder...I'm going to take a look at this now.
Regards,
DG.
Re: gantt chart and cpm network generating
I was able to code a java program that pulls data from a database and displays the information as a Gantt Chart. The new release 0.9.0 was instrumental in allow me to complete this task. Thanks so much for the "CreateGanttChart" procedure. I don't think I would have been able to do this the "long" way.
Thanks, keep up the good work
Thanks, keep up the good work