TTMSFNCGanttChartExportDrawParams Record
Calculated layout values used while drawing an exported chart page.
API unit family: TMSFNCGanttChart
Syntax
TTMSFNCGanttChartExportDrawParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DrawHeaders |
Boolean |
Set to False to leave the headers out of the export. |
HeaderHeight |
Single |
Height of the timeline header in the exported output. |
ItemHeight |
Single |
Height of a task bar in the exported output. |
LastColumn |
Integer |
Last timeline column included in the export. |
LastRow |
Integer |
Last task row included in the export. |
Rect |
TRectF |
Bounds of the whole exported area on the output surface. |
ScaleTaskX |
Single |
Horizontal scale applied to the task list area. |
ScaleTimeX |
Single |
Horizontal scale applied to the timeline area. |
ScaleY |
Single |
Vertical scale applied to both areas. |
StartColumn |
Integer |
First timeline column included in the export. |
StartRow |
Integer |
First task row included in the export. |
TaskCount |
Integer |
Number of tasks covered by the export. |
TimeUnitWidth |
Single |
Width of one time unit in the exported output. |