Page 1 of 1

.Tee File

Posted: Thu May 13, 2004 7:15 am
by 8123652
How do I export a chart as a .Tee file?

Posted: Thu May 13, 2004 3:41 pm
by Pep
Hi,

if you're using the TeeChart for Net then you must export it to .ten.
You can use :

Code: Select all

TChart1.Export.Template.Save("c:\Chart1.ten")
TChart2.Import.Template.Load("c:\Chart1.ten")

Does'nt solve my problem

Posted: Thu May 13, 2004 3:50 pm
by 8123652
Hi Pep

I'm using tchart for .Net.
A .ten file however does not save the information for a series connected to a custom axis.
I've played around with Tchart office and when you save a chart as a .tee file it stores the info for a series connected to a custom axis. The editor in Tchart office seems to have more functionality than the Tchart component for .Net when it comes to exporting data.

Posted: Thu May 13, 2004 4:04 pm
by Pep
Hi,

see my other post please.