@COND_GROUP_LABEL (Conditional Group Label)

This macro will apply a color to the riser(s) at nSeries if the series' group label is szGroupLabel.

SYNTAX:

@COND_GROUP_LABEL nSeries nRed nGreen nBlue szGroupLabel

PARAMETERS:

nSeries; -1...n (where: n = the total number of series in the chart). -1 = apply to all series, 0 = Series 1, 1 = Series 2, etc.

nRed, nGreen, nBlue; 0...255 color to use for series riser.

szGroupLabel; Group label string

EXAMPLE: @COND_GROUP_LABEL.RPT

Apply RED (255 0 0) to Group 0 if the Group Label is "Group 1".

@COND_GROUP_LABEL 0 255 0 0 Group 1

PERSISTENT:

NO

ALSO SEE:

@COND_GROUP_LABEL2

NOTES:

Next Macro Previous Macro Return to Alpha List

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