Color1 PropertyThe Color1 property contains the bar color to start with. Syntax
The property is read only.
ColorValue: An RGB (Red, Green, Blue) 32-bit color value that defines a solid color. Each of the Red, Green, Blue portions represents the color intensity between 0 and 255 (or 0x00 to 0xff hexadecimal). The RGB color value can be calculated: ColorValue = Red + Green*256 + Blue*65536. Please note that this representation differs from HTML-color values which are hexadecimal RRGGBB.
Back to top |