Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 762 Bytes

Excel.ChartArea.RoundedCorners.md

File metadata and controls

38 lines (22 loc) · 762 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ChartArea.RoundedCorners property (Excel)
vbaxl10.chm620091
vbaxl10.chm620091
Excel.ChartArea.RoundedCorners
1e9ef356-44e6-480b-bc60-a1263fd2ee90
04/20/2019
medium

ChartArea.RoundedCorners property (Excel)

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

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

[!includeSupport and feedback]