Silverlight 中的图形可视化

发布于 2024-07-13 18:47:49 字数 346 浏览 11 评论 0原文

我有一个表示有向图的数据结构,我正在寻找一个好的 Silverlight 可视化,以允许我从一个节点导航到另一个节点,最好带有一些漂亮的动画。

有谁知道这种显示有什么好的 UI 控件或框架吗? 甚至是来自另一个领域的样本(也许是社交网络?)。 我的图表没有很多节点,因此性能不会成为问题。

我见过 Java(和 Flash)的 Prefuse 库,这将是理想的选择。 “兴趣度”可视化是我想要的东西,但我在 Silverlight 中找不到任何东西。

感谢您的任何提示。

I have a data structure that represents a directed graph and I'm looking for a good Silverlight visualisation to allow me to navigate from node to node, preferably with some nice animation.

Does anyone know of any good UI controls or frameworks for this kind of display? Even a sample from another field (maybe a social network?). My graphs don't have many nodes so performance won't be an issue.

I've seen the Prefuse library for Java (and Flash) which would be ideal. The "Degree of Interest" visualisation is the kind of thing I'm after, but I can't find anything in Silverlight.

Thanks for any tips.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

别靠近我心 2024-07-20 18:47:50

Silverlight Bag-O-Tricks 中有一个开源选项。 检查一下并在此处查看演示(使用第一个演示链接):

http://www.codeplex.com/ BagOTricks

还有一个 WPF 版本:

http://j832.com/bagotricks/

There's an open source option that's part of the Silverlight Bag-O-Tricks. Check it out and see a demo here (use the first demo link):

http://www.codeplex.com/BagOTricks

There's also a WPF version:

http://j832.com/bagotricks/

沧桑㈠ 2024-07-20 18:47:50

我为 Silverlight 制作了一个图形库,它使用 Dot 作为基础。
请查看:http://dot2silverlight.codeplex.com/

我正在进行一些改进以支持更多形状和箭头的类型。

丹妮拉

I made a graph library for Silverlight, that uses Dot as basis.
Please check out: http://dot2silverlight.codeplex.com/

I am making some improvements to support more shapes and types of arrows.

daniela

爱给你人给你 2024-07-20 18:47:50

必须承认我自己还没有尝试过,但 quickgraph 看起来很有希望

Must admit I haven't tryed it out yet my self but quickgraph looks promissing

古镇旧梦 2024-07-20 18:47:50

@Rune FS

QuickGraph 没有可视化功能,至少对于 Silverlight 来说是这样。 它只处理图数据结构和算法。

@Rune FS

QuickGraph has no visualisation capabilities, at least not for Silverlight. It just handles the graph data structures and algorithms.

墨落画卷 2024-07-20 18:47:50

QuickGraph 确实可以轻松构建图形并输出到定向图形标记语言 (DGML),可以在 VS 2010 中查看该语言。我刚刚检查了对该项目的更改,我注意到它被设计为包含在 Silverlight 中。 所以也许您可以将它与 silverlight DGML 查看器结合使用

QuickGraph does make it easy to construct a graph and output to Directed Graph Markup Language (DGML) which can be viewed in VS 2010. I just checked in changes to the project and I noticed that it has been designed to be built for inclusion into Silverlight. So perhaps you could use it in conjunction with a silverlight DGML viewer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文