Series.Explosion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property int Explosion { int get(); void set(int value); };
public int Explosion { get; set; }
member this.Explosion : int with get, set
Public Property Explosion As Integer
Property Value
Integer