Corners Object

Microsoft Graph Visual Basic

ChartCorners

Represents the corners of the specified 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 the chart.

myChart.Corners.Select
		

If the chart isn't a 3-D chart, the Corners property fails.