[C#] | public Sector getSector(int sectorNo); |
[VB] | Public Function getSector(sectorNo As Integer) As Sector |
ChartDirector 7.1 (.NET Edition)
PieChart.
Usage
[C#] | public Sector getSector(int sectorNo); |
[VB] | Public Function getSector(sectorNo As Integer) As Sector |
Description
Arguments
Argument | Default | Description |
---|---|---|
sectorNo | (Mandatory) | The sector number of the sector to retrieve, starting from 0. The first sector is 0. The nth sector is (n-1). |
Return Value