|
|
|
|
|
Constants for managing Gantt charts
Display only constants used by prefix syntaxesThis page presents the constants used in the different Gantt chart functions (non-prefix syntax). | | | Constant | Details | Used by the function |
---|
ganttHoveredTask | Task hovered by the mouse in the Gantt Chart control. | GanttListTask | ganttLinkAll | Lists all the links. | GanttListLink | ganttLinkDestination | Lists all the links that point to the specified task. | GanttListLink | ganttModeAccordingToTask | Displays the Gantt chart from the first task to the last one. | GanttChangeMode | ganttModeInDay | Displays the Gantt chart according to the width of the column. In this case, you must specify the number of days to display. | GanttChangeMode | ganttSelectedTask | Task currently selected in the Gantt Chart control. | GanttListTask | gltEndToEnd | "End-to-End" link: The destination task cannot finish before the source task is completed. | GanttAddLink, variable of type GanttLink | gltEndToStart | "Finish-to-Start" link: The destination task cannot start until the source task is completed. | GanttAddLink, variable of type GanttLink | gltStartToEnd | Link of type "Start to Finish": The destination task cannot be completed before the source task has started (rare case). | GanttAddLink, variable of type GanttLink | gltStartToStart | "Start-to-Start" link: The destination task cannot start before the source task has started. | GanttAddLink, variable of type GanttLink |
This page presents the constants used in the different Gantt chart functions (prefix syntax). | | | Constant | Details | Used by the function |
---|
ganttHoveredTask | Task hovered by the mouse in the Gantt Chart control. | <Gantt chart>.ListTask | ganttLinkAll | Lists all the links. | <Gantt chart>.ListLink | ganttLinkDestination | Lists all the links that point to the specified task. | <Gantt chart>.ListLink | ganttModeAccordingToTask | Displays the Gantt chart from the first task to the last one. | <Gantt chart>.ChangeMode | ganttModeInDay | Displays the Gantt chart according to the width of the column. In this case, you must specify the number of days to display. | <Gantt chart>.ChangeMode | ganttSelectedTask | Task currently selected in the Gantt Chart control. | <Gantt chart>.ListTask | gltEndToEnd | "End-to-End" link: The destination task cannot finish before the source task is completed. | <Gantt chart>.AddLink, variable of type GanttLink | gltEndToStart | "Finish-to-Start" link: The destination task cannot start until the source task is completed. | <Gantt chart>.AddLink, variable of type GanttLink | gltStartToEnd | Link of type "Start to Finish": The destination task cannot be completed before the source task has started (rare case). | <Gantt chart>.AddLink, variable of type GanttLink | gltStartToStart | "Start-to-Start" link: The destination task cannot start before the source task has started. | <Gantt chart>.AddLink, GanttLink variable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|