Share via


ChartObject.RoundedCorners Property

Excel Developer Reference

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

Syntax

expression.RoundedCorners

expression   A variable that represents a ChartObject object.

Example

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

Visual Basic for Applications
  Worksheets("Sheet1").ChartObjects(1).RoundedCorners = True

See Also