Explosion Property

Applies To

Point Object, Series Object.

Description

Returns or sets the percentage of pie-chart or doughnut-chart slice explosion. Zero is no explosion (the tip of the slice is in the center of the pie). Read-write.

Example

This example sets the explosion value for point two in Chart1. The example should be run on a pie chart.


Charts("Chart1").SeriesCollection(1).Points(2).Explosion = 20