Version

Explosion Property (Series)

Returns or sets a value which determines the amount by which individual slices are offset from the center of the pie or doughnut, expressed as a percentage of the radius.
Syntax
'Declaration
 
Public Property Explosion As Integer
public int Explosion {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value is outside the range of 0 and 400.
Remarks

The valid range of values is between 0 and 400, inclusive.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also