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?
How can I use TeeChart dot.net on Linux/Mono
-
- Newbie
- Posts: 2
- Joined: Fri Oct 13, 2017 12:00 am
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: How can I use TeeChart dot.net on Linux/Mono
Hello Michael,
by a stroke of serendipity, there is now a TeeChart binary that will work seamlessly on mono:
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.
by a stroke of serendipity, there is now a TeeChart binary that will work seamlessly on mono:
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.
Best Regards,
Christopher Ireland / 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 |
-
- Newbie
- Posts: 2
- Joined: Fri Oct 13, 2017 12:00 am
Re: How can I use TeeChart dot.net on Linux/Mono
Christopher,
I'd installed the NuGet package and I can compile in Visual Studio and run it under mono.
Thanks and best regards
Michael
I'd installed the NuGet package and I can compile in Visual Studio and run it under mono.
Thanks and best regards
Michael