帮助我进行数据可视化
我基本上想将系统正在运行的进程列表以及进程的内存消耗输出到饼图中。
我查看了 WPF 中的 Pie Series 控件,但我不知道它是如何工作的,我将其设置为绑定到可观察集合,但没有任何输出。
有人可以在这里指导我吗?
谢谢。
I want to basically output the list of processes the system is running along with the memory consumption of the process into a pie chart.
I have looked at the Pie Series control in WPF but I don't know how it works, I set it's binding to an observable collection but nothing is output.
Can anyone guide me here?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是代码项目中“Colin Eberhardt”撰写的精彩文章。我认为它会符合您的要求。您可以定制它。
饼图
Here is nice article by "Colin Eberhardt" in Code Project. I think it will match your requirement. You can customize it.
PieChart