Search results

TimelineSettingsModel API in JavaScript Gantt API control

Interface for a class TimelineSettings

Properties

bottomTier

TimelineTierSettingsModel

Defines bottom tier settings in timeline.

showTooltip

boolean

Enables or disables tooltip for timeline cells.

timelineUnitSize

number

Defines width of timeline cell.

timelineViewMode

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.

topTier

TimelineTierSettingsModel

Defines top tier setting in timeline.

updateTimescaleView

boolean

Enables or disables timeline auto update on editing action.

weekStartDay

number

Defines week start day in timeline.

weekendBackground

string

Defines background color of weekend cell in week - day timeline mode.