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
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: Android 4.4+, iOS 8+

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

See Also