如何在Windows 10 UWP中实现图表控件
how to implement chart control in Windows 10 UWP
我需要实现线性图。 Windows 10 UWP 有图表控件吗?有什么建议吗?
谢谢
Filip Skakun 制作了一个很棒的库,其中有多个可用的图表选项!
可以在 WinRT 中使用它,他正在努力将它移植到 UWP (Win 10)。
您可以点击链接以获取更多信息
https://github.com/xyzzer/WinRTXamlToolkit(完整的库)
https://github.com/xyzzer/WinRTXamlToolkit/tree/master/WinRTXamlToolkit.Controls.DataVisualization/WinRTXamlToolkit.Controls.DataVisualization.Shared/Charting(图表部分)
最好在 Twitter 上联系 Filip,看看移植完成了多远...https://mobile.twitter.com/xyzzer
Syncfusion 为独立开发者的 Essential Studio 套件提供免费许可。他们有一些很棒的可视化工具。你可以在这里查看它们:
https://www.syncfusion.com/products/uwp
您可以在以下 link 找到有关其免费许可证的更多信息:
https://www.syncfusion.com/products/communitylicense
我最近正在研究这个问题并发现 LiveCharts
Telerik UI for UWP也是一个选项。
也会打包
Nuget 包: Telerik.UI.for.UniversalWindowsPlatform
我需要实现线性图。 Windows 10 UWP 有图表控件吗?有什么建议吗?
谢谢
Filip Skakun 制作了一个很棒的库,其中有多个可用的图表选项! 可以在 WinRT 中使用它,他正在努力将它移植到 UWP (Win 10)。
您可以点击链接以获取更多信息
https://github.com/xyzzer/WinRTXamlToolkit(完整的库) https://github.com/xyzzer/WinRTXamlToolkit/tree/master/WinRTXamlToolkit.Controls.DataVisualization/WinRTXamlToolkit.Controls.DataVisualization.Shared/Charting(图表部分)
最好在 Twitter 上联系 Filip,看看移植完成了多远...https://mobile.twitter.com/xyzzer
Syncfusion 为独立开发者的 Essential Studio 套件提供免费许可。他们有一些很棒的可视化工具。你可以在这里查看它们: https://www.syncfusion.com/products/uwp
您可以在以下 link 找到有关其免费许可证的更多信息: https://www.syncfusion.com/products/communitylicense
我最近正在研究这个问题并发现 LiveCharts
Telerik UI for UWP也是一个选项。
也会打包Nuget 包: Telerik.UI.for.UniversalWindowsPlatform