This macro can be used to change the color of markers and risers in all chart types except box plots. Use the @MC macro if you want to change the color of markers in box plots.
SYNTAX:
@MCOLOR nSeries nRed nGreen nBlue
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; 0...255 defines the Red portion of RGB color selection.
nGreen; 0...255 defines the Green portion of RGB color selection.
nBlue; 0...255 defines the Blue portion of RGB color selection.
EXAMPLE:
@MCOLOR 0 255 255 0
@MCOLOR 1 0 255 0
@MCOLOR 2 0 0 255
@MCOLOR 0 255 0 0
@MCOLOR 1 0 255 0
@MCOLOR 2 0 0 255
PERSISTENT:
YES
ALSO SEE:
@GCOLOR to change the color of other chart objects.
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List