Grops series missing when importing tee file

TeeChart for ActiveX, COM and ASP
Post Reply
Kasper
Newbie
Newbie
Posts: 12
Joined: Wed Jul 09, 2008 12:00 am

Grops series missing when importing tee file

Post by Kasper » Mon Jan 05, 2009 1:11 pm

Hi.

I'm trying to import a tee file when my program starts. However it seems that all groups have no series "added" to them anymore. When I export as native the groups do have series count..

Code: Select all

TChart1.Export.asNative.SaveToFile(App.path & "\" & TCHART_FILE, True)
Do I really need to do this manually on import ?

Code: Select all

TChart1.Import.LoadFromFile (App.path & "\" & TCHART_FILE)

TChart1.SeriesList.Groups.Items(0).Add 0
TChart1.SeriesList.Groups.Items(0).Add 1
Hope anyone can give me an hint

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 Jan 05, 2009 3:08 pm

Hi Kasper,

Yes, I checked that items in series groups are not exported. I've added this to the wish-list to be enhanced for future releases.
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