Showing tasks on Gantt charts
The GanttChart
component presents a Gantt representation with three flavors—project, resource utilization, and scheduling. The following list explains them:
Project Gantt chart – This component's main purpose is to show tasks and phases in a way similar to that in Microsoft Project
Resource utilization Gantt chart – This component's main purpose is to show resource utilization instead of focusing on a task's progress
Scheduling Gantt chart – This component's main purpose is to show schedules and resource activities similar to those in a calendar
Tip
Another component that can display activities but has a different look is the ADF Calendar component. The Calendar component displays activities in daily, weekly, monthly, or list views for a given provider or providers (a provider is the owner of an activity).
All three flavors look similar, but have different models "behind the scenes". All of the Gantt charts are composed of two regions, a table and chart data, which...