Walls Object

Charts (Chart)
Aa168101.parchild(en-us,office.10).gifWalls
Aa168101.space(en-us,office.10).gifAa168101.parmult(en-us,office.10).gifBorder
Aa168101.space(en-us,office.10).gifAa168101.parchild(en-us,office.10).gifInterior

Represents the walls of a 3-D chart. This object isn’t a collection. There’s no object that represents a single wall; you must return all the walls as a unit.

Using the Walls Object

Use the Walls property to return the Walls object. The following example sets the pattern on the walls for embedded chart one on Sheet1. If the chart isn’t a 3-D chart, this example will fail.

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