Search code examples
xamarinscichart

Xamarin SciChart in C#/Visual Studio


I'm a beginner on Xamarin and SciChart. I've downloaded the SciChart package which I'd like to use in my application.

I've added the references SciChart.Android.Charting.dll, SciChart.Android.Core.dll, SciChart.Android.Data.dll and SciChart.Android.Drawing.dll. Immediately after that when i try to run the application (without using the dll's) I got several build errors:

error: package com.scichart.charting.model.dataSeries does not exist extends 
com.scichart.charting.model.dataSeries.HIDataSeries
...

Does anyone know how I can solve this issue? What else do I have to do?

My second question is where I can find a xaml example on how to use the SciChart-package. All code examples I've found is code behind code but no xaml code to use the actual charts etc.


Solution

  • I believe reference error which you mentioned is caused by referencing SciChart WPF DLLs.

    Please take a look on this tutorial which shows how to add SciChart Android DLLs from NuGet feed.

    Hope this will help you!

    Disclosure: I am the lead developer on the SciChart Android team