0

I need to visualize some special data as graph like below. Is there any .NET library can help draw such graph? I searched a bit but it seems many are about scientific data visualization.

enter image description here

ADD 1

Found this: https://blog.dantup.com/2012/05/free-dependency-graph-generation-using-powershell-and-yuml/

Maybe what I need is a UML visualization lib.

ADD 2

Found this one, most promising so far:

https://github.com/Microsoft/automatic-graph-layout

smwikipedia
  • 52,824
  • 76
  • 267
  • 432
  • I'm not going to harp on about how you've been around the block, and should know the rules and this is a shopping question. But I will pick you up for failing to find the duplicate: https://stackoverflow.com/questions/2005274/free-or-open-source-diagramming-component-for-winforms – Jeremy Thompson Jul 25 '17 at 04:05
  • Check out the nuget package VisioAutomation2010 – Daniel Jul 25 '17 at 04:18

1 Answers1

1

You actually need a diagram drawing library, you can try this one, it is actually one of the best. You can also try this one, it seems easier to use though I haven't used it.

Ryan B.
  • 1,069
  • 9
  • 20