GraphViz 和 ASP.NET

发布于 2024-08-09 06:05:46 字数 61 浏览 4 评论 0原文

我想使用 GraphViz 生成图表并将其显示在 ASP.NET 网页上。
为此使用的最佳库是什么?

I woud like to generate graphs using GraphViz and display them on an ASP.NET webpage.
What is the best library to use for this?

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

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

发布评论

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

评论(2

夏见 2024-08-16 06:05:46

那将是 QuickGraph

QuickGraph 使图形建模变得非常容易,它有良好的文档并且非常容易将图形导出到 GraphViz

That would be QuickGraph.

QuickGraph makes it very easy to model graphs, it has good documentation and it's dead easy to export the graph to GraphViz.

云醉月微眠 2024-08-16 06:05:46

尝试以下较新的面向对象的 .NET 包装器: https://github.com/Rubjerg/Graphviz.NetWrapper

它不会生成点文件或任何东西,而是对底层 DLL 执行直接函数调用,使您几乎可以执行编写 C++ 代码时可以执行的任何操作。我自己用它在 ASP.NET 网页上呈现交互式图表。

Try the following newer object-oriented .NET wrapper: https://github.com/Rubjerg/Graphviz.NetWrapper

It doesn't generate dot files or anything, but performs direct function calls to the underlying DLL, allowing you to do virtually anything you could do when you would have been writing C++ code. I use it myself to render interactive graphs on an ASP.NET webpage.

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