Walls Object

Description

Represents the walls of a 3-D chart. There is no singular Wall object; you must access all the walls at once.

Accessors

The Walls property returns the walls for the specified chart. The following example sets the pattern on the walls for embedded chart one on the worksheet named "Sheet1." The example will fail if the chart is not a 3-D chart.


Worksheets("Sheet1").ChartObjects(1).Chart _
    .Walls.Interior.Pattern = xlGray75

Properties

Application Property, Border Property, Creator Property, Interior Property, Name Property, Parent Property.

Methods

ClearFormats Method, Select Method.