.Tee File

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
NewbieSIM
Newbie
Newbie
Posts: 13
Joined: Thu Jan 29, 2004 5:00 am

.Tee File

Post by NewbieSIM » Thu May 13, 2004 7:15 am

How do I export a chart as a .Tee file?

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu May 13, 2004 3:41 pm

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")

NewbieSIM
Newbie
Newbie
Posts: 13
Joined: Thu Jan 29, 2004 5:00 am

Does'nt solve my problem

Post by NewbieSIM » Thu May 13, 2004 3:50 pm

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.

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu May 13, 2004 4:04 pm

Hi,

see my other post please.

Post Reply