close×

For all your Xamarin.iOS Charting Apps









Startup Guide

Thank you for choosing TeeChart NET for Xamarin.iOS. What follows is a number of useful links and explanations on the recommended usage of TeeChart.

Extensive documentation and tutorials for the use of the TeeChart API can be found at the Steema documentation site.

Steema's online forums at support.steema.com are read-only for evaluation-version users and read-write for registered-version users.

Steema's github page contains a number of demonstration applications which were designed to work with TeeChart NET for Xamarin.iOS and which can be cloned or downloaded from here.


How to install/use the TeeChart License

The TeeChart NET for Xamarin.iOS uses a license file to activate the evaluation version, removing the watermark displayed on evaluation version charts.

The following tutorial in gif format is designed to help with some common tasks relating to the license.


iOS runtime license
How to add the TeeChart.licenses file to the Xamarin.iOS project for runtime licensing
The TeeChart.licenses file should be installed as an Embedded Resource in your iOS project.

// Remember to Call Init method in AppDelegate.cs file in order to Load the TeeChart custom Library Renderers. Steema.TeeChart.TChart.Init();