TeeChart for ActiveX, COM and ASP
-
Kasper
- Newbie
- Posts: 12
- Joined: Wed Jul 09, 2008 12:00 am
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
- 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.