Trouble with LoadChartFromFile

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ludovico
Newbie
Newbie
Posts: 1
Joined: Fri Nov 15, 2002 12:00 am
Contact:

Trouble with LoadChartFromFile

Post by ludovico » Sat May 31, 2008 4:20 pm

I am using TeeChart v5.03 in Borland C++ Builder v6 and cannot successfully save and load a vertical bar chart at runtime.

I include TeeSource.hpp, and the SaveChartToFile seems to complete alright (although I am not using a .tee extension), but when I try to load the chart I get an error that says that the Class TBarSeries not found.

I have set the IncludeData param to TRUE and would really like to load the entire bar chart.

Does this routine work correctly in v5.03 of TeeChart

Thanks in advance.

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

Post by Narcís » Mon Jun 02, 2008 7:51 am

Hi ludovico,

Your problem is likely to be the same as described here.
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

xxxxxx
Advanced
Posts: 128
Joined: Tue Jun 19, 2007 12:00 am
Location: Russia
Contact:

Post by xxxxxx » Mon Jun 02, 2008 5:23 pm

I'm afraid ludovico has TeeChart Standard and TeeEditPro is not available to him. He may need use RegisterClass(TBarSeries) call.
Regards, Alexander
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009

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

Post by Narcís » Mon Jun 02, 2008 6:42 pm

Hi Alexander,

No, it doesn't exist a Standard version of TeeChart v5 VCL, only a Pro version exists. Standard versions are the ones shipped with Borland/CodeGear products. Also a retail version was made starting at TeeChart v7 VCL. Until BDS 2006 all Delphi and C++ Builder versions included TeeChart v4 Standard.
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