Version

Explosion Property (DataPoint)

Returns or sets the explosion value for a pie-chart or doughnut-chart slice.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also