Page 1 of 1

Grops series missing when importing tee file

Posted: Mon Jan 05, 2009 1:11 pm
by 15049572
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

Posted: Mon Jan 05, 2009 3:08 pm
by narcis
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.