Is is possible to have the color of a cell in a ColorGrid based on the value of that cell?
Example: ColorRange from green over yellow to red.
0 = green, 50 = yellow, 100 = red
If I add the (random) values, the coloring is random. If I add them in increasing sequence, the coloring is OK. What am I doing wrong?
Any help appreciated.