PlotArea property (Excel Graph)

Returns a PlotArea object that represents the plot area of a chart. Read-only.

Syntax

expression.PlotArea

expression Required. An expression that returns a PlotArea object.

Example

This example sets the color of the plot area interior of myChart to cyan.

myChart.PlotArea.Interior.ColorIndex = 8

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.