Skip to content

Files

Latest commit

 

History

History
37 lines (22 loc) · 738 Bytes

Excel.Chart.PlotArea.md

File metadata and controls

37 lines (22 loc) · 738 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.PlotArea property (Excel)
vbaxl10.chm149134
vbaxl10.chm149134
Excel.Chart.PlotArea
f3c93a06-b398-a60a-d69d-8249652501eb
04/16/2019
medium

Chart.PlotArea property (Excel)

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

Syntax

expression.PlotArea

expression A variable that represents a Chart object.

Example

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

Charts("Chart1").PlotArea.Interior.ColorIndex = 8

[!includeSupport and feedback]