[VB] | Public Sub setExplodeGroup(startSector As Integer, endSector As Integer [, distance As Integer ]) |
[C#] | public void setExplodeGroup(int startSector, int endSector [, int distance ]); |
ChartDirector 5.1 (.NET Edition)
PieChart.setExplodeGroup
Usage
[VB] | Public Sub setExplodeGroup(startSector As Integer, endSector As Integer [, distance As Integer ]) |
[C#] | public void setExplodeGroup(int startSector, int endSector [, int distance ]); |
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