简体   繁体   English

WPF图形/图表控件

[英]WPF Graphing / Charting control

I want to produce an interactive chart - so far I've found GraphSharp which looked very promising, however I've found myself struggling due to lack of documentation and a difficult to understand sample. 我想制作一个交互式图表 - 到目前为止我发现GraphSharp看起来非常有前景,但是由于缺乏文档和难以理解的样本,我发现自己很挣扎。

All I need is to be able to place arbitrary WPF controls as my "nodes", have arrows joining them and be able to collapse / expand parts of the tree (users dont need to be able to move controls or anything like that). 我需要的是能够将任意WPF控件作为我的“节点”,使箭头连接它们并能够折叠/展开树的部分(用户不需要能够移动控件或类似的东西)。

None of the above strikes me as particularly complex (especially not in WPF), and I don't need anything fancy, however I'm aware that getting this bug free and behaving nicely could still end up take me a fair amount of time. 以上都没有让我觉得特别复杂(尤其不是在WPF中),我不需要任何花哨的东西,但是我知道让这个bug免费并且表现得很好仍然会花费我相当长的时间。

Is there a WPF layout control / library which can help me out with this, or am I better off creating my own? 是否有一个WPF布局控件/库可以帮助我解决这个问题,还是我最好创建自己的?

Take a look into the WPF Controlkit by Microsoft - you can find on CodePlex. 查看Microsoft的WPF Controlkit - 您可以在CodePlex上找到它。

Andreas 安德烈亚斯

Have you looked at the Telerik controls (not free)? 你看过Telerik控件(不是免费的)吗? The free Silverlight Toolkit on Codeplex doesn't suit your needs? Codeplex上免费的Silverlight Toolkit不适合您的需求?

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

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