Are there any Controls to show the nephogram?
I want to show the nephogram like the above which show the many-to-many relationships of objects.
Are there any free Controls? Or, mayb开发者_Python百科e some suggestion? Thanks a lot!
I have used Graphviz for similar problems.
Graphviz can create an images similar to the one in your post which you can display to the user in a picturebox.
精彩评论