GrapeCity.Xaml.Excel
HoleSize Property (IExcelDoughnutChart)


GrapeCity.Excel.Chart Namespace > IExcelDoughnutChart Interface : HoleSize Property
Specifies the size of the hole in a doughnut chart group
Syntax
'Declaration
 
Property HoleSize As Integer
'Usage
 
Dim instance As IExcelDoughnutChart
Dim value As Integer
 
instance.HoleSize = value
 
value = instance.HoleSize
int HoleSize {get; set;}
See Also

Reference

IExcelDoughnutChart Interface
IExcelDoughnutChart Members