将dotnet highcharts添加到Xamarin应用

问题描述:

我想将highcharts库添加到我的xamarin应用程序中. xamarin是否支持它.我不想使用oxyplot,因为我已经在Web应用程序中使用highcharts了

I want to add highcharts library to my xamarin app. Does xamarin support it or not. I don't want to use oxyplot as i have already worked with highcharts in my web application

任何帮助将不胜感激

如果您的应用不是混合应用,则答案为否.原因是HighCharts是基于JavaScript的Web图表.如果您想要完全本机的图表并且不想使用oxyplot,请看一下ShinobiControls.

If your app isn't a hybrid-app than the answer is no. The reason for this is that HighCharts are JavaScript-based charts for the web. If you want fully native charts and don't want to use oxyplot take a look at ShinobiControls.