Page 1 of 1

Save TChart information

Posted: Tue Aug 19, 2008 7:43 am
by 10549438
Hello everybody,

In my TeeChart Project I have to save different Information before the user leaves my TeeChart-Application (CustomAxis - Setup, Axis-Min-Max, Visible Series, Zoomed Mode, and so on..). So that the stored Information are reloaded into my TeeChart when the user starts the Application again. Does anybody of you have an idea how to do this?

Thanks.

Michael

Posted: Tue Aug 19, 2008 8:34 am
by yeray
Hi Michael,

I think that the easiest solution would be saving your chart to a tee file at OnClose event and reload it at OnCreate event.

Take a look at the "Tutorial 12 - Exporting and Importing Charts". You should find the demos and tutorials at TeeChart's program group.