TTMSFNCGanttChartAppearance Class
Groups layout dimensions and visual appearance settings for the task list, timeline, splitter, dependencies, and default task styles.
API unit family: TMSFNCGanttChart
Inherits from: TPersistent
Syntax
TTMSFNCGanttChartAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DefaultItemAppearance | Appearance used for regular scheduled task items. |
| DefaultParentAppearance | Appearance used for tasks that contain subtasks. |
| DependencyLine | Stroke used to draw dependency lines between tasks. |
| HeaderHeight | Height, in pixels, of the task-list and timeline headers. |
| ItemHeight | Height, in pixels, of each task row. |
| Options | Quick drawing switches for task item rendering. |
| SplitterAppearance | Appearance settings for the splitter between the task list and timeline. |
| SplitterWidth | Width, in pixels, of the splitter between the task list and timeline. |
| TaskListAppearance | Appearance settings for the task-list area. |
| TaskListWidth | Width, in pixels, of the task-list panel. |
| TimeLineAppearance | Appearance settings for the timeline area. |
| UnscheduledItemAppearance | Appearance used for tasks that do not have a scheduled date. |
| VerticalScrollBarControl | Specifies which chart part controls the vertical scrollbar. |