Share via


ChartGroup.DoughnutHoleSize Property

Returns or sets the size of the hole in a doughnut chart group. 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 DoughnutHoleSize As Integer
    Get
    Set
'Usage
Dim instance As ChartGroup
Dim value As Integer

value = instance.DoughnutHoleSize

instance.DoughnutHoleSize = value
int DoughnutHoleSize { get; set; }

Property Value

Type: System.Int32

Remarks

The hole size is expressed as a percentage of the chart size, from 10 through 90 percent.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace