TdxGanttControlTimelineView Class
The control‘s Timeline View.
Declaration
TdxGanttControlTimelineView = class(
TdxGanttControlCustomView
)
Remarks
The Timeline View displays all tasks in chronological order and shows the duration of tasks (from hours to years).
This class includes the following members that allow you to:
Choose the timescale (TimescaleUnit).
Set the width of timescale cells (TimescaleUnitMinWidth).
Specify if the view displays all tasks or only certain tasks (ShowOnlyExplicitlyAddedTasks).
The control’s ViewTimeline property references a TdxGanttControlTimelineView object.
Inheritance
See Also