Share via


ChartArea.RoundedCorners Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property RoundedCorners As Boolean
    Get
    Set
'Usage
Dim instance As ChartArea
Dim value As Boolean

value = instance.RoundedCorners

instance.RoundedCorners = value
bool RoundedCorners { get; set; }

Property Value

Type: System.Boolean
Boolean.

See Also

Reference

ChartArea Interface

ChartArea Members

Microsoft.Office.Interop.Excel Namespace