ChartGroup.SecondPlotSize Property
Returns or sets the size of the secondary section of either a Pie of Pie chart or a Bar of Pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property SecondPlotSize As Integer
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Integer
value = instance.SecondPlotSize
instance.SecondPlotSize = value
int SecondPlotSize { get; set; }
Property Value
Type: System.Int32