Syntax

expression.ChartArea

expression A variable that represents a Chart object.

Example

This example sets the chart area interior color of Chart1 to red and sets the border color to blue.

Visual Basic for Applications
With Charts("Chart1").ChartArea .Interior.ColorIndex = 3 .Border.ColorIndex = 5 End With
Address the chart area? chart chart area Chart Area Property ChartArea ChartArea Property Get hold of the chartarea settings? Manipulate the properties of the chart area?

See also: