drawing graph in c# help

  • Thread starter Thread starter DBC User
  • Start date Start date
D

DBC User

Hi all,

I would like to see if it is possible to draw unrooted and rooted tree
in c#, I checked the zedgraph and it is only like line, bar or chart
not a free form graphs. Is it possible to do it?

Thanks,
 
DBC User,

It's possible. After all, you can always create a control and paint
whatever you want on it yourself. However, the amount of work involved is
going to be great, because you will have to figure out a number of things
(positioning, axis, labels, etc, etc).

Of course there are products out there that will handle the graphing for
you, which I recommend you look at to see if it suits your needs. Zedgraph
is not the only one.
 

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


Back
Top