Walls object (Excel Graph)

Represents the walls of the specified 3D 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.

Remarks

Use the Walls property to return the Walls object.

Example

The following example sets the pattern on the walls for the chart. If the chart isn't a 3D chart, this example fails.

myChart.Walls.Interior.Pattern = xlGray75

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.