barColors

Availability

Flash Player 6 r65.

Usage

myFMXISBar.barColors

Description

An array that accompanies barColorRange to say what colors the chips should be. 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.