This macro can be used to define an 8-series color scheme that will be applied to risers/markers assigned to each series. The color scheme is repeated after the first 8 series.
SYNTAX:
@DEFINE_SCHEME Color1 Color2 Color3 Color4 Color5 Color6 Color7 Color8
PARAMETERS:
Color1...Color8; Defines the colors to assign to series 1...8, 9...16, etc.:
Data Type
Range
Example
Hex
0x000000...0xFFFFFF
0xFF0000 (Red)
HTML
#000000...#FFFFFF
#FF0000 = Red
Integer
3 integers 0...255 specifying the Red-Green-Blue components of the color
255 0 0 = Red
String
Color name string from http://www.w3schools.com/CSS/css_colornames.asp
Red
EXAMPLE: @DEFINE_SCHEME.WID
@GAP 25 @DEFINE_SCHEME Red Green Blue Orange Yellow Aqua Olive Purple
ALSO SEE:
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List