ChartDirector 7.1 (.NET Edition)

PieChart.setExplode


Usage

[C#]public void setExplode([ int sectorNo [, int distance ]]);
[VB]Public Sub setExplode([ sectorNo As Integer [, distance As Integer ]])

Description

Explode a sector from the pie.

Arguments

ArgumentDefaultDescription
sectorNo-1The sector number of the sector to be exploded from the pie, starting from 0. The first sector is 0. The nth sector is (n - 1). -1 means to explode all sectors.
distance-1The explosion distance in pixels. -1 means the distance is automatically determined.

Return Value

None