GColor is a string array that specifies the color for each data set in any graph except a pie, where GColor specifies the color for each wedge in the pie. The array subscript specifies the data set, except for a pie graph, where it specifies the data element.
To ensure that the data is distinguished from the background of the graph, make sure that the background color of the graph region is different from the specified colors in GColor.
If you do not specify colors, the following default values are used:
Data Set (Data Element for Pie) |
ESL Color Number |
Color |
[1] |
1 |
Red |
[2] |
2 |
Green |
[3] |
3 |
Yellow |
[4] |
4 |
Blue |
[5] |
5 |
Magenta |
[6] |
6 |
Cyan |
[7] |
7 |
White |
[8] |
8 |
Black |
[9] |
1 |
Red |
[10] |
2 |
Green |
... cycles through colors in same order, to: |
|
|
[20] |
4 |
Blue |