TTMSFNCGanttChartAppearanceOptions Class
Configures quick drawing switches for task items in the chart.
API unit family: TMSFNCGanttChart
Inherits from: TPersistent
Syntax
TTMSFNCGanttChartAppearanceOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DrawHoverItem | Draws hover styling for the item under the pointer when True. |
| DrawParentTasks | Draws parent tasks on the timeline when True. |
| DrawSelectionGrip | Draws sizing grips on the selected task item when True. |
| DrawTaskName | Draws the task name on timeline items when True. |
| DrawTasksByState | Draws tasks with their assigned state appearance when True. |
| DrawUnscheduledTasks | Draws tasks without scheduled dates when True. |
| ShowProgress | Draws the task progress portion when True. |
| UseDefaultAppearance | Uses the configured default task appearance when True. |
| UseParentAppearance | Uses the configured parent-task appearance for parent tasks when True. |