Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 864 Bytes

Excel.Point.Explosion.md

File metadata and controls

37 lines (22 loc) · 864 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Point.Explosion property (Excel)
vbaxl10.chm576080
vbaxl10.chm576080
Excel.Point.Explosion
b6b557c3-d41b-d496-4093-336ec07fb575
05/09/2019
medium

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

expression.Explosion

expression A variable that represents a Point object.

Example

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

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

[!includeSupport and feedback]