@GANTT_COLORS (Gantt Colors)

When the enhanced Gantt chart drawing engine is enabled with the @GANTT2 macro, this macro can be used to define the color of the planned, actual, and finished risers.

SYNTAX:

@GANTT_COLORS PlannedRGB ActualRGB FinishedRGB

PARAMETERS:

PlannedRGB; 0x000000...0xFFFFFF Defines the color of the planned riser and legend marker. Example: 0xFF0000 (Red)

ActualRGB; 0x000000...0xFFFFFF Defines the color of the actual riser and legend marker. Example: 0xFF0000 (Red)

FinishedRGB; 0x000000...0xFFFFFF Defines the color of the finished riser and legend marker. Example: 0xFF0000 (Red)

EXAMPLE:

@GANTT2 1 0 1
@GANTT_COLORS 0x808080 0x0000FF 0x00FF00
@ACTUAL_DAY 0xFF0000
@ACTUAL_MONTH 0xE0EEE0

@GANTT_COLORS 0xFF0000 0x0000FF 0x00FF00

PERSISTENT:

NO

REQUIREMENTS:

ALSO SEE:

@ACTUAL_DAY, @ACTUAL_MONTH, @GANTT2

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Previous Macro in this Group Return to Group List