ChartDirector 7.0 (ASP/COM/VB Edition)

PieChart.setExplodeGroup


Usage

setExplodeGroup(startSector, endSector [, distance ])

Description

Explode a group of sectors from the pie.

Arguments

ArgumentDefaultDescription
startSector(Mandatory)The sector number of the first sector in the sector group to be exploded. The first sector is 0. The nth sector is (n - 1).
endSector(Mandatory)The sector number of the last sector in the sector group to be exploded. The first sector is 0. The nth sector is (n - 1).
distance-1The explosion distance in pixels. -1 means the distance is automatically determined.

Return Value

None