我想爲Windows 10的UWP應用程序添加一行字符。我無法在工具箱中找到控件將圖表添加到我的應用程序中。我如何才能將圖表添加到我的應用程序?UWP中的圖表Windows 10應用程序
-1
A
回答
0
這裏沒有太多可供選擇,但是這場WinRTXamlToolkit有UWP具體的構建和這些可能是一個很好的起點。
他們不像拋光的商業替代品,但它可能會有所幫助。
這些是我用於圖表和儀表的NuGet軟件包。
WinRTXamlToolkit.Controls.DataVisualization.UWP
WinRTXamlToolkit.Controls.Gauge.UWP
-1
在UWP中沒有用於創建圖表的本機控件。您可以選擇付費解決方案或免費解決方案。那裏有很多選擇。也檢查這個答案。 how to implement chart control in Windows 10 UWP
相關問題
- 1. Windows 10 UWP應用程序c#打印
- 2. 適用於Windows 8和Windows 10的Windows UWP應用程序
- 3. Windows 10 UWP應用程序作爲桌面應用程序
- 4. 無法綁定到Windows 10應用程序中的列表視圖(UWP)
- 5. 在Android中轉換現有的Windows 10 UWP應用程序
- 6. Windows 10 UWP應用程序中的ItemsControl和ItemTemplateSelector
- 7. 如何讀取UWP中的QRCode Windows 10應用程序
- 8. Windows 10中自簽名的UWP應用程序S
- 9. Windows 10中的應用程序內購買問題UWP
- 10. 如何在Windows 10應用程序(UWP)中使用OCR?
- 11. 如何在Windows 10 UWP應用程序中播放(MIDI)聲音?
- 12. Windows 10 UWP應用程序中沒有System.Serializable屬性?
- 13. 如何強制關注Windows 10應用程序(UWP)的XAML ListView?
- 14. UWP Windows-10無法添加Microsoft.NETCore.UniversalWindowsPlatform到我的C#應用程序
- 15. ContentPresenter在Windows 10的uwp應用程序不擴展到全寬
- 16. Windows 10現代應用程序或UWP應用程序數據文件夾
- 17. 在Windows 10自動相機上傳UWP應用程序
- 18. Windows 10更新VS UWP應用程序構建
- 19. Onclick html屬性不工作在Windows 10 UWP應用程序
- 20. 如何將.msi文件轉換爲Windows 10 UWP應用程序
- 21. UWP Windows 10:是否有變量計數應用程序啓動?
- 22. Windows 10 UWP應用程序菜單彈出菜單項內
- 23. KeyDown延遲C++ UWP Windows 10 Direct3D 12應用程序
- 24. Windows 10 UWP - 向後兼容應用程序
- 25. 我可以在Windows 10上刷新JavaScript UWP應用程序嗎?
- 26. UWP Windows 10應用程序 - 平滑流式處理支持
- 27. Windows 10 - UWP,SymmetricAlgorithm
- 28. Windows 10通用Javascript應用程序Windows Mobile 10中的SQLite
- 29. 創建自定義形狀在UWP(通用的Windows應用程序)時,Windows 10
- 30. 我可以在我的Windows 10(UWP)應用程序上使用谷歌地圖應用程序
上的NuGet,搜索並安裝該軟件包:'WinRTXamlToolkit.Controls.DataVisualization'。 – jsanalytics
[如何在Windows 10 UWP中實現圖表控件]的可能重複(http://stackoverflow.com/questions/32338217/how-to-implement-chart-control-in-windows-10-uwp) –