how to implement chart control in Windows 10 UWP

后端 未结 4 862
一个人的身影
一个人的身影 2020-12-30 03:36

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

Thanks

相关标签:
4条回答
  • 2020-12-30 04:18

    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

    0 讨论(0)
  • 2020-12-30 04:18

    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

    0 讨论(0)
  • 2020-12-30 04:19

    Telerik UI for UWP is also an option.

    which is also packed if you install Windows Template Studio

    Nuget package: Telerik.UI.for.UniversalWindowsPlatform

    0 讨论(0)
  • 2020-12-30 04:23

    I was recently researching this very question and discovered LiveCharts

    0 讨论(0)
提交回复
热议问题