Corners Object
Represents the corners of a 3-D chart. This object isn’t a collection.
Using the Corners Object
Use the Corners property to return the Corners object. The following example selects the corners of chart one.
Charts(1).Corners.Select
If the chart isn’t a 3-D chart, the Corners property fails.