This macro defines the color of markers in a box plot.
SYNTAX:
@MC nSeries nRed nGreen nBlue
PARAMETERS:
nSeries; Series Number (1...8)
nRed; 0...255 defines the RED component of the color
nGreen; 0...255 defines the GREEN component of the color
nBlue; 0...255 defines the BLUE component of the color
EXAMPLE: @MC.WID
@BP @SZ 35 @HQ 1 @BEVEL 3 1 @BW
@MC 1 255 0 0 @MC 2 0 255 0 @MC 3 0 0 255
ALSO SEE:
@GCOLOR to change the color of other chart objects.
NOTES:
This macro is for box plot charts only, Use the @MCOLOR macro to change the color of markers and risers in other chart types.
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List