title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ChartArea.RoundedCorners property (Excel) |
vbaxl10.chm620091 |
|
|
1e9ef356-44e6-480b-bc60-a1263fd2ee90 |
04/20/2019 |
medium |
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
[!includeSupport and feedback]