ChartDirector Ver 4.1 (C++ Edition)

PieChart.sector


Usage

Sector *sector(int sectorNo);

Description

Retrieves the Sector object representing a single sector in the pie chart.

Arguments

ArgumentDefaultDescription
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

The requested Sector object.