Share via


Point.Explosion Property (Excel)

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

.Explosion

A variable that represents a Point object.

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

참고 항목

개념

Point Object Members

Point Object