![]() ![]() |
|
Flash Player 6 r65.
myFMXISBar.barColorRange
An array that accompanies barColors to specify at which values
the bar plot changes color. For example, if you have a bar with minimum value
0 and maximum 100, and set myBars.barColors = [0xFF0000, 0x00FF00];
(which are red and green), and myBars.barColorRange = [30, 100];
then all chips between 0 and 30 will be red, and above that green.
![]() ![]() |
|