TTMSFNCGanttChartExportTimeLineAppearance Class
Defines timeline appearance settings used when exporting the chart.
API unit family: TMSFNCGanttChart
Inherits from: TPersistent
Syntax
TTMSFNCGanttChartExportTimeLineAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CustomParentTaskAppearance | Appearance used for parent tasks when custom timeline export styling is enabled. |
| CustomTaskAppearance | Appearance used for regular tasks when custom timeline export styling is enabled. |
| DependencyLine | Stroke used for exported dependency connector lines. |
| Fill | Fill used for exported timeline cells. |
| GroupFont | Font used for grouped timeline headers in exported output. |
| HeaderFill | Fill used for timeline headers in exported output. |
| HeaderFont | Font used for timeline header text in exported output. |
| HeaderStroke | Stroke used for timeline headers in exported output. |
| HorizontalStroke | Stroke used for horizontal timeline grid lines in exported output. |
| InActiveFill | Fill used for inactive timeline areas in exported output. |
| VerticalStroke | Stroke used for vertical timeline grid lines in exported output. |