SciChart Xamarin, source code for our High Performance Scientific & Financial Charting on Xamarin. This repository contains v4.x of SciChart for Xamarin.iOS and Xamarin.Android:
SciChart.Android and SciChart.iOS Xamarin binding libraries are hosted by a MyGet NuGet feed. You will need to setup this NuGet feed before you can build the Xamarin examples.
Instructions for setting up the SciChart NuGet feed can be found at SciChart.com: Getting Nightly Builds with NuGet.
After that, you can include SciChart packages in your application with the following NuGet Command:
> Install-Package SciChart.iOS // iOS
> Install-Package SciChart.Android // Android
Xamarin Examples for SciChart: High Performance Realtime iOS Chart Library and Android Chart Library.
Examples are provided for Xamarin.iOS
, Xamarin.Android
and support Visual Studio for both macOS and Windows.
If you are looking for other platforms then please see here:
- Android Charts (Java & Kotlin)
- iOS Charts (Objective-C & Swift)
- WPF Charts (C# / WPF)
Please ensure you have the latest Stable versions of Xamarin as they can and do often release bug fixes for crashes, hangs and the like!
The SciChart iOS/Android Xamarin Examples contain developer example code in C# to help you get started as soon as possible with SciChart iOS & Android.
Chart Types include:
- Xamarin.iOS Band Chart
- Xamarin.iOS Bubble Chart
- Xamarin.iOS Candlestick Chart
- Xamarin.iOS Error Bars Chart
- Xamarin.iOS Fan Chart
- Xamarin.iOS Heatmap Chart
- Xamarin.iOS Impulse / Stem Chart
- Xamarin.iOS Line Chart
- Xamarin.iOS Mountain / Area Chart
- Xamarin.iOS Scatter Chart
- Xamarin.iOS Stacked Bar Chart
- Xamarin.iOS Stacked Column Chart
- Xamarin.iOS Grouped Column Chart
- Xamarin.iOS Stacked Mountain Chart
- [Xamarin.Android Band Chart] (https://github.com/ABTSoftware/SciChart.Xamarin.Examples/blob/master/src/Xamarin.Examples.Demo.Droid/Fragments/Examples/BandChartFragment.cs)
- Xamarin.Android Bubble Chart
- Xamarin.Android Candlestick Chart
- Xamarin.Android Heatmap Chart
- Xamarin.Android Impulse / Stem Chart
- Xamarin.Android Line Chart
- Xamarin.Android Animted Line Chart
- Xamarin.Android Mountain / Area Chart
- Xamarin.Android Scatter Chart
- Xamarin.Android Stacked Bar Chart
- Xamarin.Android Stacked Column Chart
- Xamarin.Android Grouped Column Chart
- Xamarin.Android Stacked Mountain Chart
- Xamarin.Android Chart Annotations
SciChart iOS & Android is a commercial chart control with world-class tech support. If you need help integrating SciChart to your Xamarin iOS or Android apps, Contact Us and we will do our best to help!
Enjoy! - @SciChart Team