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 stringEXAMPLE: @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:
NOTES:
- The color will only be applied to the first instance of szGroupLabel in the group labels. If two groups have the same label, the color is only applied to the first instance. The szGroupLabel cannot be specified as a runtime parameter (i.e., P3). It must be a literal string.
- The group label string (szGroupLabel) is case sensitive ("GROUP 1" will not match "Group 1").
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List