TTMSFNCGanttChart.DrawExportTaskList Method
Draws the task-list portion of an exported view.
API unit family: TMSFNCGanttChart
Declaring type: TTMSFNCGanttChart
Inherited from: TTMSFNCCustomGanttChart
Syntax
procedure DrawExportTaskList(AGraphics: TTMSFNCGraphics; AExportOptions: TTMSFNCGanttChartExportOptions; AExportTaskParams: TTMSFNCGanttChartExportDrawParams); virtual;
Parameters
| Name | Description |
|---|---|
AGraphics |
Graphics context that receives the task-list output. |
AExportOptions |
Options that control export layout and content. |
AExportTaskParams |
Calculated drawing parameters for the exported task-list area. |