In oracle application framework page the OAF Gantt region is used to hold create Gantt charts. It retrieves the data from the BC4J objects.
It is mostly used for the project planning and scheduling information.
It is like a matrix i.e. it is having a vertical axis and a horizontal axis.
Suppose you want to use Gantt for project planning then Project will be at the vertical axis and the time period will be placed in an horizontal axis.
It inherits the properties of the HGrid region by extending it, only the width property of HGrid we cannot change thru the Gantt region.
Corresponding web bean: OAGanttBean