2015-07-21 104 views
0

我們在C#中使用System.Windows.Forms.Datavisualization.Charting構建.net應用程序。無法訪問System.Windows.Forms Android應用程序

我試着成功的Xamarin android示例應用程序,但無法使用System.Windows.Forms。

我們如何將以上應用程序移植到android平臺?

回答

2

正如您在documentation中看到的那樣System.Windows.Forms.Datavisualization.Charting不是框架中的移植命名空間之一。你不能使用它。

您必須恢復到另一個製圖框架。