Thanks, graph# seems to do everything I need! My goal is to build a graph that represents the different versions of documents and which version followed which. I want the user to be able to click on the documents and open them up in the process.
R
rinmic
@rinmic
Posts
-
C# Graph building and visualization -
C# Graph building and visualizationHi everyone, I want to create a directed graph with the use of C# and give the user a visualization of the graph. I would like the vertexes to be interactive, meaning "click able" so that I can trigger some code when this happens. My question is the following: which libraries would you suggest using for this kind of project? I came along Quickgraph and Graphviz so far, but I could not find affirmation that Graphviz is able to support the interactivity of vertexes. Thanks for any help in advance, it is much appreciated.