Zoom « GanttChart « JFreeChart Q&A





1. Zoom in Gantt Chart    jfree.org

2. Gantt Chart: Zoom to a specific date/day    jfree.org

Hi everybody, I have a question regarding the zoom operation in the chart panel. Currently it is possible to drag a certain interval and the panel will automatically zoom into this interval. How can I programmatically zoom to a specific date (java.util.Date) ? Let say I have several tasks and sub tasks between 1.1.2007 and 1.12-2007. I want the panel to ...