Graph ColorSeq
As of Analytica 7.1, this is deprecated. You should use Graph_ColorSequence instead.
| Release: |
• 4.6 • 5.0 • 5.1 • 5.2 • 5.3 • 5.4 • • 6.0 • 6.1 • 6.2 • 6.3 • 6.4 • 6.5 • 6.6 • 7.0 • 7.1 |
|---|
SysVar Graph_ColorSeq
This legacy system variable provides a proxy view of the Graph_ColorSequence system variable but where each color requires a triplet numbers, giving the intensity of Red, Green and Blue (RGB), on a scale from 0 (off) to 65535 (maximum). Thus, the value of Graph_ColorSeq is a tuple containing n triplets or 3n numbers.
If you assign a new value in this form it automatically sets Graph_ColorSequence in the form it expects. But unless you happen to be using legacy code written prior to Analytica 7.1, your code should be reading or assigning to Graph_ColorSequence instead, which uses one Color integer per color.
Enable comment auto-refresher