Page 1 of 1

settings issue

Posted: Fri Mar 03, 2006 3:24 pm
by 9790174
When we use the control (we are usign your out of box interface) we need to :

1) Find out where all the settings are stored - in the .ten file?
2) Is there an api call to say get all settings in an xml response

Matt -

Posted: Fri Mar 03, 2006 3:45 pm
by narcis
Hi Matt,
1) Find out where all the settings are stored - in the .ten file?
If you save the chart to a file or a memory stream yes. Otherwise, the settings are serialized in the Windows Form Designer generated code region.
2) Is there an api call to say get all settings in an xml response


I'm afraid not, XML can only be used to import and export TeeChart's data as you can see in the tutorials available at TeeChart's program group.