ChartDirector 7.0 (Java Edition)

PieChart.setExplodeGroup


Usage

public void setExplodeGroup(int startSector, int endSector [, int 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