Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 269

Summary: [TV52016045] Using code below pie series is not plotted correctly as shown in the ...
Product: VCL TeeChart Reporter: narcís calvet <narcis>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2013-11-20 10:35:34 EST
Dropping a chart into a form and using code below pie series is not plotted correctly as shown in the attached image.
uses Series;

procedure TForm1.FormCreate(Sender: TObject);
begin
 Chart1.AddSeries(TPieSeries.Create(Self));
 Chart1[0].Add(10);
 Chart1[0].Add(10);
 Chart1[0].Add(80);
end; [created:2012-02-20T11:50:00.000+01:00 reported by:narcis@steema.com reported in version:2011.04.41118 (TeeChart VCL)]