What options are available for the layout of directed or undirected graphs in .NET?

后端 未结 14 2219
伪装坚强ぢ
伪装坚强ぢ 2021-01-30 09:03

By graph here I mean something resembling these images:

14条回答
  •  耶瑟儿~
    2021-01-30 09:31

    Use QuickGraph to output Dot files for GraphViz. I did that in a recent project, and it seems to work quite well. Look here for sample code for parsing .plain files, or use my project here as a reference for just outputing .png images.

提交回复
热议问题