用于 WPF 的 Microsoft .NET 图表控件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11634110/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Microsoft .NET Chart Controls for WPF
提问by Wassim AZIRAR
Possible Duplicate:
WPF chart controls
可能重复:
WPF 图表控件
I'm looking for a .NET Framework Chart Controls for WPF.
我正在寻找 WPF 的 .NET Framework 图表控件。
I've found this one : http://archive.msdn.microsoft.com/mschart
我找到了这个:http: //archive.msdn.microsoft.com/mschart
But it seems that it doesn't support WPF.
但它似乎不支持WPF。
Is there anyone who already used .NET Chart Controls in a WPF Project ?
是否有人已经在 WPF 项目中使用过 .NET 图表控件?
采纳答案by Aghilas Yakoub
you can try with theses projects
你可以试试这些项目
WPF Toolkit: http://wpf.codeplex.com/releases/view/40535
Visiblox: http://www.visiblox.com/
Infragistics: http://www.infragistics.com/products/wpf-data-visualization/data-chart/#Overview
回答by Alan Bradbury
You can embed mschart into WPF using WindowsFormsHost.
您可以使用 WindowsFormsHost 将 mschart 嵌入到 WPF 中。
I have done this in an application because I found all of the WPF solutions I tried were not able to cope with the real time data of my system.
我在一个应用程序中这样做是因为我发现我尝试过的所有 WPF 解决方案都无法处理我系统的实时数据。

