Visual Basic: MSChart Control

Green Property

See Also   Example   Applies To

Returns or sets the green component of the RGB value in a chart.

Syntax

object**.Green [=g]**

The Greenproperty syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
g Integer. The green 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.