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 - [TV52016045] Using code below pie series is not plotted correctly as shown in the ...
Summary: [TV52016045] Using code below pie series is not plotted correctly as shown in...
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 11:50 EST by narcís calvet
Modified: 2013-11-20 10:35 EST (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)]