BackgroundColor Property (Interior)
The background color. You can specify RGB colors using the RGB() or QBColor() functions.
Syntax
Property BackgroundColor As OLE_COLOR
Example
' Set header background color to green
Chart2D1.Header.BackgroundColor = RGB(0, 128, 0)
See Also
Interior Object