Page 1 of 1

How can I use TeeChart dot.net on Linux/Mono

Posted: Thu Nov 16, 2017 8:52 am
by 15682072
I am developing an application in Dot.Net 4.5 on Windows, which should run on Linux using Mono. For graphical output, I want use TeeChart Dot.Net.
However, when I tried to run my application on Linux/Mono I get errors. In a post from 2010, I found that it might be possible to run TeeChart with slightly modified source code on Linux/Mono.
What do I have to do, to get this version with slightly modified source code?

Re: How can I use TeeChart dot.net on Linux/Mono

Posted: Thu Nov 16, 2017 12:00 pm
by Christopher
Hello Michael,

by a stroke of serendipity, there is now a TeeChart binary that will work seamlessly on mono:
Screenshot from 2017-11-16 12-54-21.png
Screenshot from 2017-11-16 12-54-21.png (44.12 KiB) Viewed 8193 times
you can download this binary and test it yourself using Nuget:
https://www.nuget.org/packages/Steema.T ... T.Standard

a watermark will appear on the Chart, but if you have a valid TeeChart license then sales@steema.com will be happy to give you a license for it.

Re: How can I use TeeChart dot.net on Linux/Mono

Posted: Fri Nov 17, 2017 9:20 am
by 15682072
Christopher,

I'd installed the NuGet package and I can compile in Visual Studio and run it under mono.

Thanks and best regards

Michael