Charts on Windows Phone 8.1

纵饮孤独 提交于 2019-12-13 08:07:44

问题


I'm developing a Windows Phone 8.1 app and I have to draw a chart (line chart). I know there is the WinRT XAML Toolkit but it seems not working for WP8.1 but only for Windows 8.1 apps, like many others libraries.

There is a stable library for Windows Phone 8.1 too?


回答1:


Telerik's RadCharts are quite good

http://www.telerik.com/products/windows-phone/overview/all-controls/chart.aspx




回答2:


WinRT XAML Toolkit is only for Apps which runs on WinRT (Store Apps).

To draw charts in Windows Phone you can use on of the following libraries:

1. AmCharts

2. QuickCharts

3. Sparrow Toolkit

You can install them in your project through NuGet.



来源:https://stackoverflow.com/questions/25254135/charts-on-windows-phone-8-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!