Chart.Walls property (Excel)
Returns a Walls object that represents the walls of the 3D chart. Read-only.
Syntax
expression.Walls
expression A variable that represents a Chart object.
Example
This example sets the color of the wall border of Chart1 to red. The example should be run on a 3D chart.
Charts("Chart1").Walls.Border.ColorIndex = 3
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.