Gantt chart and TaskSeries Labels by marty007 Thu May 10, 2007 5:37 am I have a gantt chart which uses the following code in the produceDataset method to create a dataset for the Gantt chart: TaskSeries total = new TaskSeries("Total"); TaskSeries Australia = new TaskSeries("Australia"); Task t1 = new Task("Visit Queensland", date(2, 22, 2007), date(7, 19, 2007)); t1.setPercentComplete(1); taskDescriptionMap.put(t1.getDescription(), "Visit ...