close×

For all your Xamarin.Forms Charting Apps









Startup Guide

Thank you for choosing TeeChart NET Pro for Xamarin.Forms Edition. 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.Forms Pro and which can be cloned or downloaded from here. All of the examples are written in all of platforms in which TeeChart Pro is built: Android, iOS and Universal Windows Platform (UWP).


Xamarin.Forms Chart TeeChart.Xamarin.Forms
UWP Chart TeeChart.Xamarin.Forms.UWP
Android Chart TeeChart.Xamarin.Forms.Android
iOS Chart TeeChart.Xamarin.Forms.iOS

How to install/use the TeeChart License

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

The following tutorials in gif format are designed to help with some common tasks relating to the license. Choose a platform and view the tutorials 'How-to' and more.


Android runtime license
How to add the TeeChart.licenses file to the Xamarin.Forms Android project for runtime licensing
The TeeChart.licenses file should be installed as an AndroidAsset in your Android project.
iOS runtime license
How to add the TeeChart.licenses file to the Xamarin.Forms 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();
Universal Windows Platform runtime license
How to add the TeeChart.licenses file to a Universal Windows Platform project for runtime licensing
The TeeChart.licenses file should be added to your Universal Windows Platform platform with 'Build action' as 'content' and 'copy to output directory' set to'copy always'.