Share via


Series.Explosion Property

Returns or sets the explosion value for a pie-chart or doughnut-chart slice. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Explosion As Integer
    Get
    Set
'Usage
Dim instance As Series
Dim value As Integer

value = instance.Explosion

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

Property Value

Type: System.Int32

Remarks

This property returns 0 (zero) if there is no explosion (the tip of the slice is in the center of the pie).

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.PowerPoint Namespace