Page 1 of 1
How to save the settings that setted in the "Editing Ch
Posted: Fri Nov 14, 2008 6:07 am
by 8574101
I want to save the settings setted in the "Editing Chart1" dialogbox,add
read the settings when the application run at next time.So I don't have to
set again.
Reguards
wwp3321
Posted: Fri Nov 14, 2008 8:57 am
by narcis
Hi wwp3321,
You can use TeeChart's native template files. You'll find more information on that at Tutorial 12 - Exporting and Importing Charts. Tutorials are available at TeeChart's program group.
Posted: Fri Nov 14, 2008 11:23 am
by 8574101
Thank you very much!
Posted: Mon Nov 17, 2008 5:48 am
by 8574101
By using SaveChartToFile and LoadChartFromFile method?
Posted: Mon Nov 17, 2008 9:47 am
by narcis
Hi wwp3321,
Yes, exactly. You can have a look at
this thread for more information.
BTW: You'll need to include unit TeeStore in your unit for those methods to be available.
Hope this helps!