用于 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 04:42:26  来源:igfitidea点击:

Microsoft .NET Chart Controls for WPF

c#.netwpfchartscontrols

提问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 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 解决方案都无法处理我系统的实时数据。