title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Chart.PlotArea property (Excel) |
vbaxl10.chm149134 |
|
|
f3c93a06-b398-a60a-d69d-8249652501eb |
04/16/2019 |
medium |
Returns a PlotArea object that represents the plot area of a chart. Read-only.
expression.PlotArea
expression A variable that represents a Chart object.
This example sets the color of the plot area interior of Chart1 to cyan.
Charts("Chart1").PlotArea.Interior.ColorIndex = 8
[!includeSupport and feedback]