Series.Explosion Property

Returns or sets the explosion value for a pie-chart or doughnut-chart slice. Returns 0 (zero) if there's no explosion (the tip of the slice is in the center of the pie). Read/write Integer.

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

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace