Grops series missing when importing tee file
Posted: 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..
Do I really need to do this manually on import ?
Hope anyone can give me an hint
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)
Code: Select all
TChart1.Import.LoadFromFile (App.path & "\" & TCHART_FILE)
TChart1.SeriesList.Groups.Items(0).Add 0
TChart1.SeriesList.Groups.Items(0).Add 1