High Level Gantt Chart Classes
The Gantt package of Rogue Wave® 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
Figure 1.1. The second class is
IlvGanttChartForm, shown in
Figure 1.2.
Figure 1.1 The User Interface of IlvGanttChart
Figure 1.2 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.
Version 5.6
Copyright © 2012, Rogue Wave Software, Inc. All Rights Reserved.