TimelineTierSettings
23 Sep 20251 minute to read
Configures timeline settings of Gantt.
Properties
count number
Defines number of timeline units combined for single cell.
Defaults to 1
format string
Defines timeline cell format.
Defaults to ’’
formatter string|ITimelineFormatter
Defines method to get custom formatted values of timeline cells.
Defaults to null
unit TimelineViewMode
Defines timeline mode of Gantt header.
- 
None- Default. - 
Week- Define the week mode header. - 
Day- Define the day mode header. - 
Hour- Define the hour mode header. - 
Month- Define the month mode header. - 
Year- Define the year mode header. - 
Minutes- Define the minutes mode header. 
Defaults to ‘None’