简体   繁体   English

在WPF / C#中使用图表和量规控件的最佳方法是什么?

[英]what is the best way to use charts and gauge controls in wpf/c#?

Are there any good libraries for charts and gauche controls (WPF/.net 4.5/C#)? 是否有用于图表和gauche控件的良好库(WPF / .net 4.5 / C#)? I need them to embed into a windows application, which should run under windows embedded. 我需要将它们嵌入Windows应用程序中,该应用程序应在嵌入式Windows下运行。 probably windows embedded 8. 可能是Windows嵌入式8。

thanks for your help. 谢谢你的帮助。

This tutorial demonstrates how to draw various charts including line chart, bar chart, column chart, area chart, scatter chart, and pie chart using WPF and C#. 教程演示了如何使用WPF和C#绘制各种图表,包括折线图,条形图,柱形图,面积图,散点图和饼图。

And there is a 还有一个

Free tools supporting panning / zooming: 支持平移/缩放的免费工具:

  • DynamicDataDisplay - a nice, open source data visualization library. DynamicDataDisplay-一个不错的开源数据可视化库。 Unfortunately it's not been updated since April 30, 2009. 遗憾的是,自2009年4月30日以来未进行过更新。

Free tools without built in pan / zoom support: 没有内置平移/缩放支持的免费工具:

  • WPF Toolkit . WPF工具包 Supports most important 2D charts, you'll have to implement pan / zoom yourself. 支持最重要的2D图表,您必须自己实现平移/缩放。

And a 还有一个

Paid tools with built in pan / zoom support: 内置平移/缩放支持的付费工具:

The Dashboarding project on codeplex is an implementation of gauge controls in WPF/Silverlight. Codeplex上的Dashboarding项目是WPF / Silverlight中仪表规控件的实现。 But you'd need to port to .NET 4.5. 但是您需要移植到.NET 4.5。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM