Page 1 of 1

How Do I import .Tee file?

Posted: Fri Jul 27, 2012 9:24 am
by 13050364
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

Re: How Do I import .Tee file?

Posted: Fri Jul 27, 2012 9:36 am
by narcis
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.