RGB property (Excel Graph)

Returns the red-green-blue value of the specified color. Read-only Long.

Syntax

expression.RGB

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets the color of the legend font to the foreground fill color of the plot area.

myChart.Legend.Font.Color = _ 
 myChart.PlotArea.Fill.ForeColor.RGB

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.