Drawing graphs

  • Thread starter Thread starter Curious
  • Start date Start date
C

Curious

Hi,

I am trying to search for some code/component to be able to draw
automatons/graphs on a windows form.

Does anybody know of some good links from where to start up.


Thanks in Advance
 
I think I wasn't clear what type of graphs I require. I need directed
graph, the ones which I can create automata or FSMs.
 
Ah, understood. A lot of people have spelling issues with English (a lot of
people don't even *speak* English!), and one cannot always count on a word
like "automata" to be what it looks like.

Here's a nice library I found:

http://www.codeproject.com/cs/miscctrl/quickgraph.asp

Some other possible sites of interest:

http://www.mertner.com/confluence/display/MbUnit/Home
http://www.nwoods.com/go/autolayout.htm
http://home.so-net.net.tw/oodtsen/wingraphviz/index_en.htm
http://blogs.msdn.com/cyrusn/archive/2004/06/16/157872.aspx

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer

Presuming that God is "only an idea" -
Ideas exist.
Therefore, God exists.
 
Back
Top