how to implement chart control in Windows 10 UWP

那年仲夏 提交于 2019-12-18 12:17:48

问题


I need to implement linear graph. Is there any chart control for Windows 10 UWP? Any suggestions?

Thanks


回答1:


Syncfusion provides free license to independent developers for their Essential Studio suite. They have some great visualization tools. You can check them here: https://www.syncfusion.com/products/uwp

You can find more information about its free license at following link: https://www.syncfusion.com/products/communitylicense




回答2:


Filip Skakun has made a great library that has several charting options available! It has been possible to use it in WinRT and he is in the works on porting it to UWP ( Win 10 ).

The links you can follow to get more info

https://github.com/xyzzer/WinRTXamlToolkit ( the complete lib ) https://github.com/xyzzer/WinRTXamlToolkit/tree/master/WinRTXamlToolkit.Controls.DataVisualization/WinRTXamlToolkit.Controls.DataVisualization.Shared/Charting ( charting part )

Best contact Filip on twitter to see how far the porting is done... https://mobile.twitter.com/xyzzer




回答3:


Telerik UI for UWP is also an option.

which is also packed if you install Windows Template Studio

Nuget package: Telerik.UI.for.UniversalWindowsPlatform




回答4:


I was recently researching this very question and discovered LiveCharts



来源:https://stackoverflow.com/questions/32338217/how-to-implement-chart-control-in-windows-10-uwp

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