SliceExplosionFactor Method

The SliceExplosionFactor method returns or sets the pie slice Explosion factor. Returns a Double.

Syntax

object.SliceExplosionFactor( index )

object.SliceExplosionFactor( index, newValue )

 

Parameter Type Description
index Long required, index of slice (first slice = 1)
newValue Double required, explosion factor

 

Example

This example shows how to set the explosion factor for the second pie slice on a pie chart.

Graph1.SliceExplosionFactor(2,30)

 

Used by: AutoPieChart object