.Tee File
Hi,
if you're using the TeeChart for Net then you must export it to .ten.
You can use :
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")
Pep Jorge
http://support.steema.com
http://support.steema.com
Does'nt solve my problem
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.
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.