Avoids Node and custom link line

Hi,
Please advice me on the best way to create a GoLink with circle's along the line (See the blue)
And if i moe the two nodes the link still crosses the node where i expected it to be like the red line, because the Avoids Node is on. where am i going wrong?

For the port on the MiddleTop, you want to do this:

port.FromSpot = MiddleTop;
port.ToSpot = MiddleTop;

To answer your other question, consider the new sample in version 3.0, AnimatedBasicApp.

That focuses on animation, but you can ignore that and generalize how it paints circles along the links.

Note that if the circles get too wide to fit in the area where GoStroke thinks they might be drawn, you may need to override ExpandPaintBounds to increase that area. For small circles it’s not a problem due to the MiterLimit and possibly any arrowheads.