drawing graph in c# help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DBC User

    drawing graph in c# help

    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,
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: drawing graph in c# help

    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.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "DBC User" <dbcuser@gmail. comwrote in message
    news:498cf3be-0ae0-426a-86fb-d1cc02df7074@c3 3g2000hsd.googl egroups.com...
    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,

    Comment

    Working...