Explosion property (Excel Graph)

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 Long.

Syntax

expression.Explosion

expression Required. An expression that returns one of the objects in the Applies To list.

Example

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

myChart.SeriesCollection(1).Points(2). Explosion = 20

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.