GrapeCity.Xaml.Excel
RoundedCorners Property (ExcelChart)


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

Reference

ExcelChart Class
ExcelChart Members