ChartArea.RoundedCorners property (Excel)
True if the chart area of the chart has rounded corners. Read/write Boolean.
expression.RoundedCorners
expression A variable that returns a ChartArea object.
This example adds rounded corners to chart one on Sheet1.
Worksheets("Sheet1").ChartObjects(1).Chart.ChartArea.RoundedCorners = True
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.