Series not showing

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Ilan
Newbie
Newbie
Posts: 4
Joined: Tue Jan 27, 2004 5:00 am

Series not showing

Post by Ilan » Wed Oct 19, 2005 10:26 am

Hello, I have installed TeeChart 6. I am trying to display a pie graph but nothing shows. I try a bar graph but nothing shows either.

what could be wrong?

I recall there was an issue when installing TeeChart 6 and not removing the standard version that comes with C++Builder.

Any recommendations?

Ilan

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Oct 19, 2005 10:40 am

Hi Ilan,

If an application with an empty TChart on it runs fine it would seems you aren't into the installation issue. You should just drop a TChart on a form, double click it and add the series type you want. Then you can add the following code on your FromCreate event:

Code: Select all

Series1->FillSampleValues(10);
Run your project and see what's hapenning. This code should populate your series which could be your problem, that series weren't populated.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply