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
How Do I import .Tee file?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: How Do I import .Tee file?
Hi Dave,
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.This isn't helping because getImport() isnt recognised by the compiler.
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.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"
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |