Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the interior of the specified object.
Remarks
Use the Interior property to return the Interior object.
Example
The following example sets the chart area color to gray and the plot area color to green.
With myChart
.PlotArea.Interior.Color = RGB(0, 100, 150)
.ChartArea.Interior.Color = RGB(50, 10, 50)
End With
See also
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.