GrapeCity.Xaml.Excel
SecondPieSize Property (IExcelOfPieChart)


GrapeCity.Excel.Chart Namespace > IExcelOfPieChart Interface : SecondPieSize Property
Specifes the size of the second pie or bar of a pie chart, as a percentage of the size of the first pie.
Syntax
'Declaration
 
Property SecondPieSize As Integer
'Usage
 
Dim instance As IExcelOfPieChart
Dim value As Integer
 
instance.SecondPieSize = value
 
value = instance.SecondPieSize
int SecondPieSize {get; set;}
See Also

Reference

IExcelOfPieChart Interface
IExcelOfPieChart Members