TimelineView
Contents
[
Hide
]TimelineView class
Inherits: Aspose::Tasks::View
Represents a timeline view of a project.
Constructors
| Name | Description |
|---|---|
| TimelineView | Initializes a new instance of the TimelineView class. |
Methods
| Name | Description |
|---|---|
| get_DateFormat | Gets a value indicating how to format dates on the Timeline view. |
| get_DisplayOverlapped | Gets a value indicating whether to display overlapped tasks on multiple rows. |
| get_ShowDates | Gets a value indicating whether to show dates. |
| get_ShowPanZoom | Gets a value indicating whether to show pan and zoom control. |
| get_ShowTimescale | Gets a value indicating whether to show timescale. |
| get_ShowToday | Gets a value indicating whether to display a line representing today. |
| get_TextLinesCount | Gets a value indicating how many lines are used to display task in a timeline. |
| set_DateFormat | Sets a value indicating how to format dates on the Timeline view. |
| set_DisplayOverlapped | Sets a value indicating whether to display overlapped tasks on multiple rows. |
| set_ShowPanZoom | Sets a value indicating whether to show pan and zoom control. |
| set_ShowTimescale | Sets a value indicating whether to show timescale. |
| set_ShowToday | Sets a value indicating whether to display a line representing today. |
| set_TextLinesCount | Sets a value indicating how many lines are used to display task in a timeline. |