TTMSFNCGanttChartExportOptions Class
Controls layout, included areas, repeated headers, and custom appearance for chart export.
API unit family: TMSFNCGanttChart
Inherits from: TPersistent
Syntax
TTMSFNCGanttChartExportOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CustomTaskListAppearance | Custom appearance settings used for exported task-list cells and headers. |
| CustomTimeLineAppearance | Custom appearance settings used for exported timeline cells, headers, and task items. |
| FitToPage | Scales exported content to fit the target page when True. |
| HeaderHeight | Header height in exported output; use -1 to use the chart default. |
| ItemHeight | Task item height in exported output; use -1 to use the chart default. |
| Mode | Specifies whether the task list, timeline, or both areas are exported. |
| RepeatHeaders | Repeats task-list and timeline headers on each exported page when True. |
| TaskListBorderDraw | Controls which task-list borders are drawn in exported output. |
| TaskListColumns | Defines the task-list columns included in exported output. |
| TimelineGroupHeight | Grouped timeline header height in exported output; use -1 to use the chart default. |
| TimelineUnitWidth | Timeline unit width in exported output; use -1 to use the chart default. |
| UseCustomTaskListAppearance | Uses CustomTaskListAppearance for exported task-list styling when True. |
| UseCustomTimeLineAppearance | Uses CustomTimeLineAppearance for exported timeline styling when True. |