How Do I import .Tee file?
Posted: 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
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