PlotArea Property

Microsoft Excel Visual Basic

PlotArea Property

       

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

Example

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

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