Returns or sets the blue component of the RGB value in a chart.
Syntax
object.Blue [=b]
The Blue property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
b | Integer. The blue value. |
Remarks
RGB specifies the relative intensity of red, green, and blue to cause a specific color to be displayed. The valid range for a normal RGB color is 0 to 16,777,215. The value for any argument to RGB that exceeds 255 is assumed to be 255.