How to include TeeChart in an APP?
How to include TeeChart in an APP?
I currently have a TeeChart subscription via www.steema.com, how can I include it in my APP considering that I did no purchase the component directly from the Xamarin component store? Thank you in advance!
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: How to include TeeChart in an APP?
Hi JAP,
If I'm not wrong, you purchased TeeChart Xamarin.iOS and Xamarin.Android licenses. You should use TeeChart.Android.dll or TeeChart.iOS.dll assemblies as a reference in your project, just like it's done with the demos shipped with the installation. If you happen to use the demos in the Xamarin Component Store just replace mentioned assemblies references with the ones included with the registered version you purchased. We also recommend to have a look at the tutorials included with the installation on some advice on how to get started with TeeChart.
If I'm not wrong, you purchased TeeChart Xamarin.iOS and Xamarin.Android licenses. You should use TeeChart.Android.dll or TeeChart.iOS.dll assemblies as a reference in your project, just like it's done with the demos shipped with the installation. If you happen to use the demos in the Xamarin Component Store just replace mentioned assemblies references with the ones included with the registered version you purchased. We also recommend to have a look at the tutorials included with the installation on some advice on how to get started with TeeChart.
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 |
Re: How to include TeeChart in an APP?
Yes that's what I did. Thank you very much for answering.