Xamarin OxyPlot在iOS中未显示

问题描述

我的oxyplot图表仅在Android上有效,在iOS上什么也没有发生。你能帮我吗?

xmlns:oxy="clr-namespace:OxyPlot.Xamarin.Forms;assembly=OxyPlot.Xamarin.Forms">
<oxy:PlotView x:Name="appChart" VerticalOptions="Center" HorizontalOptions="Center" />

后面的代码是AppDelegate.cs中带有两行的简单图表:

global::Xamarin.Forms.Forms.Init();
OxyPlot.Xamarin.Forms.Platform.iOS.PlotVieWrenderer.Init();

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)