1. Draw Today's Date as a Line in a Gantt Chart? jfree.orgI 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. ... |
2. How could I enhance "today" in a Gantt chart? jfree.org |
3. How to show today's line in Gantt chart? jfree.orgI 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 ... |