Force Directed Layout

Is there any way… or any future plans… to be able add Bezier curves for the links of a force directed layout to end up with a diagram that looks similar to the results at http://www.liveplasma.com?
Thanks!

  • Brian

I don’t understand what you are looking for. I don’t see any interesting diagrams on liveplasma.com – do I need to register? Can you point to a JPEG/PNG?

Force-directed autolayout works fine with Bezier style links. For example, just add the line:
goView1.NewGoLink.Style = GoStrokeStyle.Bezier;
in the InteractiveForce sample.