Version

Explosion Property (DataPoint)

Returns or sets the explosion value for a pie-chart or doughnut-chart slice.
Syntax
'Declaration
 
Public Property Explosion As Nullable(Of Integer)
public Nullable<int> Explosion {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value is outside the range of 0 and 400.
Remarks

In the context of a pie or doughnut chart, a DataPoint is synonymous with an individual slice of the pie/doughnut.

Explosion refers to the amount by which a slice in the pie is offset from the center point of the circle.

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

Use the Series.Explosion property to set the explosion for all slices in the pie.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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