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

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

By graph here I mean something resembling these images:

14条回答
  •  萌比男神i
    2021-01-30 09:40

    I have been playing on GLEE/MSAGL and the actual layout per se is good enough for what I need however I'd like to be able to have more control over what is actually inside the nodes rather than just a single value like now.

    For example I'd like to have "details" that are hidden until I click on an expander in the node, or double click the node or hover with the mouse.

    Assuming GLEE cannot do this are there now any pure .NET solutions available that could do it?

提交回复
热议问题