A component consisting of two parts:
•Time scale, divided into time periods
•Plot, displaying the Gantt Chart under the time scale
Contains timeline settings. Attributes include:
•Padding_unit
•Left
•Right
•Start
•End
•Show_start
•Show_end
•Height
•Lines
Contains plot settings - a visual component that draws intervals on the time scale. Attributes include:
• Background
• Grid
• Non_working_days
• Non_working_hours
• Project_start
• Project_end
• Current_time
Example XML:
<timeline>
<scale padding_unit="Day" left="5" right="5" />
</timeline>