GrapeCity.Xaml.Excel
RoundedCorners Property (IExcelChart)


GrapeCity.Excel.Chart Namespace > IExcelChart Interface : RoundedCorners Property
Specifies the chart area shll have rounded corners.
Syntax
'Declaration
 
Property RoundedCorners As Boolean
'Usage
 
Dim instance As IExcelChart
Dim value As Boolean
 
instance.RoundedCorners = value
 
value = instance.RoundedCorners
bool RoundedCorners {get; set;}
See Also

Reference

IExcelChart Interface
IExcelChart Members