TPieSeries.AddPie
TPieSeries
function AddPie(Const AValue: Double; Const ALabel: String; AColor: TColor): Integer;
Unit
Series
Description
*Important The AddPie Method has been maintained for this version only of TeeChart to help those migrating code from previous versions of TeeChart. The AddPie method now calls the Add method. For those of you writing new code please use the TChartSeries.Add method directly. The AddPie method will be removed in the next version of TeeChart.
AddPie appends new Pie sectors to a TPieSeries component.