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

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Michael Walter
Newbie
Newbie
Posts: 2
Joined: Fri Oct 13, 2017 12:00 am

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

Post by Michael Walter » Thu Nov 16, 2017 8:52 am

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?

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

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

Post by Christopher » Thu Nov 16, 2017 12:00 pm

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 8125 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.
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

Michael Walter
Newbie
Newbie
Posts: 2
Joined: Fri Oct 13, 2017 12:00 am

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

Post by Michael Walter » Fri Nov 17, 2017 9:20 am

Christopher,

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

Thanks and best regards

Michael

Post Reply