ColorRange object, Font object, Fill object, Line object
Sets the color of text associated with a font object. This property may be set using the values in the BqColorType constant group or by using a hexadecimal number that represents a RGB color value.
For a gauge object (Bullet, Speedometer, Thermometer, TrafficLight) sets the color for values assigned in the numeric scale.
These values are some of those in the BqColorType constant group. For a complete list, see the Interactive Reporting Object Model Script Editor:
bqAqua = 65535
bqBlack = 0
bqBlue = 255
bqBlueGray = 6710937
bqBrightGreen = 65280
bqBrown = 10824234
bqDarkBlue = 119
bqDarkGreen = 13056
bqDarkRed = 9109504
bqDarkTeal = 18504
bqDarkYellow = 14329120
bqGold = 16763904
bqGray40 = 10066329
bqGray50 = 8355711
bqGray80 = 3355443
bqGreen = 30464
bqIndigo = 4915330
bqLavender = 15132410
bqLightBlue = 11393254
bqLightGreen = 13434828
bqLightOrange = 16750848
bqLightTurquoise = 11529966
bqLightYellow = 16777113
bqLime = 10079232
bqOliveGreen = 3355392
bqOrange =16737792
bqPaleBlue = 10079487
bqPink = 16711936
bqPlum = 14524637
bqRed = 16711680
bqRose = 16751052
bqSeaGreen = 3050327
bqSkyBlue = 8900331
bqTan = 13808780
bqTeal = 30840
bqTransparent = 16711422
bqTurquoise = 4251856
bqViolet = 7864440
bqWhite = 16777215
bqYellow = 16776960
This example shows how to set the color, width and dash style of the border of an Dashboard text label box: