High Level Gantt Chart Classes

The Gantt package of Views provides two high level UI classes to present scheduling data. Before writing any code, you need to choose the one that best fits your needs. The first class is IlvGanttChart, which has a user interface shown in The User Interface of IlvGanttChart. The second class is IlvGanttChartForm, shown in The User Interface of IlvGanttChartForm.

The User Interface of IlvGanttChart

The User Interface of IlvGanttChartForm

IlvGanttChartForm is a subclass of IlvGanttChart. Most of their functionalities are common or similar. The main differences between the two classes consist in how they manage scales and resources:

Therefore, if you need to show your resources in a multi-column manner or you need more sophisticated scales, the IlvGanttChartForm class is the best choice.