Is there something like "AvoidsLinks"

I don’t know this library well yet, so I wonder, does it has a feature similar like the Link.AvoidsNodes option, but for links? The links could cross, but shouldn’t go above each other, like in the right side:

No, I’m sorry, but there is no such general feature.

However it might be possible to customize link routing to reduce the occurrence of coincident segments, as demonstrated in the Dynamic Ports sample, Dynamic Ports.

Also the LayeredDigraphLayout tries to reduce coincident segments between layers.

Ok, thanks for the reply!