Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 750 Bytes

Excel.ChartObject.RoundedCorners.md

File metadata and controls

37 lines (22 loc) · 750 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ChartObject.RoundedCorners property (Excel)
vbaxl10.chm494101
vbaxl10.chm494101
Excel.ChartObject.RoundedCorners
cb58389a-0235-384e-e32a-e669e789bacc
04/20/2019
medium

ChartObject.RoundedCorners property (Excel)

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.

Worksheets("Sheet1").ChartObjects(1).RoundedCorners = True

[!includeSupport and feedback]