Class GanttChart

java.lang.Object
com.storedobject.chart.AbstractGanttChart
com.storedobject.chart.GanttChart
All Implemented Interfaces:
ComponentGroup

public class GanttChart extends AbstractGanttChart
Gantt chart.

An instance of Project is required as the data for the Gantt chart.

Note: Unlike other charts that are instances of Chart, Gantt chart is composed of multiple charts and other charting elements put together as a ComponentGroup. If you want to customize this, there are several methods to get its components from this class and there are methods that can be overridden in the Project class too.

Author:
Syam