RoundedCorners Property

Microsoft Excel Visual Basic

True if the embedded chart has rounded corners. Read/write Boolean.

Example

This example adds rounded corners to embedded chart one on Sheet1.

Worksheets("Sheet1").ChartObjects(1).RoundedCorners = True