Class ActivityChart

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

public class ActivityChart extends AbstractGanttChart
Activity chart is like a GanttChart but instead of a Project instance as its data, it uses an ActivityList instance as its data.

Note: Unlike other charts that are instances of Chart, Activity 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 ActivityList class too.

Author:
Syam