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.