GrapeCity.Xaml.Excel
SecondPieSize Property (ExcelOfPieChart)


GrapeCity.Excel.Chart Namespace > ExcelOfPieChart Class : 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
 
Public Property SecondPieSize As Integer
'Usage
 
Dim instance As ExcelOfPieChart
Dim value As Integer
 
instance.SecondPieSize = value
 
value = instance.SecondPieSize
public int SecondPieSize {get; set;}
See Also

Reference

ExcelOfPieChart Class
ExcelOfPieChart Members