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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Can a separate thread own a form control? 5
Graph library 1
draw a line graph 2
drawing graph in c# help 1
Graphs 3
Excel Log Log Graph on Excel 0
need help (2d chart, gdi+) 2
.Net or COM component for graph 3

Back
Top