Discussion:
Component for drawing connected graphs.
(too old to reply)
Jason Cipriani
2008-06-29 20:16:44 UTC
Permalink
I'm looking for a simple diagramming component or library that, given a
bunch of "nodes" and connections between them, can arrange and draw some
boxes or something for each node, and the connections between them, ideally
with labels on the boxes.

I have an application that maintains a connected graph internally, and I'm
looking for a good quick way to visualize the graph for debugging. It
doesn't need to be fancy, but it would make me happy if a 3rd-party
component or library for this already existed so I didn't have to spend time
writing the code myself.

Hopefully that was a clear explanation of what I'm looking for,
Thanks,
Jason
James Williams
2008-06-30 04:53:32 UTC
Permalink
Did you check the flow chart component from Developer Express?

www.devexpress.com

Regards,

James
Post by Jason Cipriani
I'm looking for a simple diagramming component or library that, given a
bunch of "nodes" and connections between them, can arrange and draw some
boxes or something for each node, and the connections between them,
ideally with labels on the boxes.
I have an application that maintains a connected graph internally, and I'm
looking for a good quick way to visualize the graph for debugging. It
doesn't need to be fancy, but it would make me happy if a 3rd-party
component or library for this already existed so I didn't have to spend
time writing the code myself.
Hopefully that was a clear explanation of what I'm looking for,
Thanks,
Jason
Jason Cipriani
2008-06-30 06:14:30 UTC
Permalink
Post by James Williams
Did you check the flow chart component from Developer Express?
www.devexpress.com
No I have not seen this. Thanks a lot. There's some cool looking stuff here.
The flowchart demo is pretty impressive, it looks like it will do exactly
what I want. I'll dig into it more tomorrow.

Thanks,
Jason

Loading...