Link overlap link

image

How can i cancel these overlaps and show red ports above…
I dont use any layout, just set up nodeDataArray and linkDataArray. How can i solve it.

What is the problem that you are trying to solve? What overlaps are you talking about?

image
This.

Are there multiple links connecting with the port there?

What result do you want instead of the current behavior?

Yes, Three links connect to ‘IsConnected’ port.
You can See I draw Three red dots there.
And i dont want link be drawed over red dots, i want them hide behind red dots.

You will need to set the Links’ Part.zOrder property so that the links that are closest to the node have the largest values and thus are the most in front.