TTMSFNCGanttDependencyDrawingParams Record
Drawing parameters for a dependency line between tasks.
API unit family: TMSFNCGanttChart
Syntax
TTMSFNCGanttDependencyDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
EndPoint |
TPointF |
Point on the successor task where the dependency line ends. |
Exporting |
Boolean |
True when the draw is part of a PDF or print export rather than an on-screen paint. |
StartPoint |
TPointF |
Point on the predecessor task where the dependency line begins. |