Corners Object [Excel 2003 VBA Language Reference]

Chart
Corners

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.

Properties | Application Property | Creator Property | Name Property | Parent Property

Methods | Select Method

Parent Objects | Chart Object

Child Objects