[C#] | public void setExplodeGroup(int startSector, int endSector [, int distance ]); |
[VB] | Public Sub setExplodeGroup(startSector As Integer, endSector As Integer [, distance As Integer ]) |
ChartDirector 7.1 (.NET Edition)
PieChart.
Usage
[C#] | public void setExplodeGroup(int startSector, int endSector [, int distance ]); |
[VB] | Public Sub setExplodeGroup(startSector As Integer, endSector As Integer [, distance As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
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 | -1 | The explosion distance in pixels. -1 means the distance is automatically determined. |
Return Value