Share via


ChartGroup.SecondPlotSize Property

Returns or sets the size, as a percentage of the primary pie, of the secondary section of either a pie-of-pie chart or a bar-of-pie chart. Read/write 64-bit signed integer.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

This property can have a value from 5 through 200.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace