Today « GanttChart « JFreeChart Q&A





1. Draw Today's Date as a Line in a Gantt Chart?    jfree.org

I tried to create a CustomCategoryLineAnnotation with the following simple draw method: Code: Select all /** * Draws the annotation. * * @param g2 the graphics device. * @param plot the plot. ...

3. How to show today's line in Gantt chart?    jfree.org

I am able to display gantt charts (with/without progress) but I want to draw today's line inbetween the graph. How do I do it? Ex: In MS Project, when you see the gantt chart, you can see axis drawn which represents today's date. By looking at it, you are able to understand the graph more clearly. Please revert back to me ...