Syntax

expression.Explosion

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

Visual Basic for Applications
Charts("Chart1").SeriesCollection(1).Points(2).Explosion = 20

See also: