How Do I import .Tee file?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Dave
Advanced
Posts: 139
Joined: Mon Sep 22, 2008 12:00 am

How Do I import .Tee file?

Post by Dave » Fri Jul 27, 2012 9:24 am

We are trying to load a file called data.tee

Ive read tutorial 9
http://www.steema.com/files/public/teec ... #TeeFormat

This isn't helping because getImport() isnt recognised by the compiler.

Ive tried the following

Chart newChart = tChart1.Import.Template.Load("data.tee");

but get the following exception
"The input stream is not a valid binary format"

We are using TeeChart version 3.5.3187.15585 and C#.NET

Can anyone help? Thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: How Do I import .Tee file?

Post by Narcís » Fri Jul 27, 2012 9:36 am

Hi Dave,
This isn't helping because getImport() isnt recognised by the compiler.
This is a TeeChart Java tutorial. In .NET you should do as explained in tutorial 12. Tutorials can be found at TeeChart's program group.
Ive tried the following

Chart newChart = tChart1.Import.Template.Load("data.tee");

but get the following exception
"The input stream is not a valid binary format"
Where did you got that *.tee file from? .tee files are generated with TeeChart ActiveX or VCL versions. NET version generates .ten files. Unfortunately both files format is not compatible. We have a test tool for converting .tee files to .ten. If you confirm that's what you need we could give you access to that tool.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply