display « GanttChart « JFreeChart Q&A





2. Gantt Chart question -- displaying milestones (0 duration)    jfree.org

I've been looking at this for a few hours now and I'm stuck -- I'm trying to display a Gantt chart with tasks and milestones, but I need the milestones to show up like they do in MS Project -- as little blue diamonds. Has anyone customized a renderer to draw milestones like this? Or alternatively, should I implement this as ...

3. Gantt Charts Display Problem    jfree.org

Hi, I am a newbie here, so I just want to know if this can be done in JFreeChart. I am trying to create a chart, something like a gantt chart, just that there is no duration to a task. Hence the start time = end time. When I wrote the code, I am getting just a straight vertical line for ...

4. Gantt Chart: How to display task with a fixed width/height ?    jfree.org

Hi everybody, I am new in JFreechart and currently I am facing the following problem: Usually when drawing a gantt chart, all the tasks and subtasks are scaled to fit to the panel so that if there is only one task, it will take the whole panel place. Is there a possibity to set a fixed width and height for tasks, ...

7. Task display in Gantt chart    jfree.org

8. Gantt Chart not displaying proper date range    jfree.org

I created a Gantt chart with a single task that has a few subtasks. Looks like when populating the ValueAxis (DateAxis) the GanttRenderer is only using data from the Task to calibrate the date range on the axis but not from the subtasks. The subtasks either don't appear or only a small portion appears with the rest falling outside the displayable ...





10. Gantt chart Label value display    jfree.org