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
Save TChart information
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |