Startup GuideThank 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). How to install/use the TeeChart LicenseThe 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. How to add the TeeChart.licenses file to the Xamarin.Forms iOS project for runtime licensingThe 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(); |