ChartArea.RoundedCorners Property (Excel)
True if the chart area of the chart has rounded corners. Read/write Boolean.
Version Information
Version Added: Excel 2010
Syntax
expression .RoundedCorners
expression A variable that returns a ChartArea object.
Example
This example adds rounded corners to chart one on Sheet1.
Worksheets("Sheet1").ChartObjects(1).Chart.ChartArea.RoundedCorners = True