This macro creates a Gantt Chart with the specified parameters. A Gantt Chart is intended to show the status of tasks in a project between a scheduled start date and stop date or start date and duration.
SYNTAX:
@GANTT bTimeAxis bDurationMode bGroupCompress
PARAMETERS:
bTimeAxis; 1 = use time axis, 0 = do not use time axis
bDurationMode; 1 = Gantt data is Start, Duration, 0 = Gantt data is Start, Stop
bGroupCompress; 1 = use group labels to calculate the number of blocks per group entry, 0 = do not use group labels to calculate the number of blocks per group entryEXAMPLE:
@GANTT 1 1 1
PERSISTENT:
YES
Next Macro Previous Macro Return to Alpha List
Next Macro in this Group Previous Macro in this Group Return to Group List