Hi there,
i'm currently implementing a SwimLane Graph.
I am using the WPF Control inside a ElementHost with WinForms.
Now im having troubles with LinkCrossings.
They don't appear as i told the control with
diagram.LinkCrossings = LinkCrossings.Arcs;
At every created link i'm setting following properties
link.Text = "some text";
link.AutoSnapToNode = false;
link.UseLayoutRounding = true;
link.DrawCrossings = true;
link.Dynamic = false;
link.Shape = LinkShape.Bezier;
link.TextStyle = LinkTextStyle.Rotate;
link.Id = link_id;
So i thought that should it be.
Are there some other Properties to set or anything more to do?
If any further information is needed please tell me.
Thanks in advance for any suggestions.
As im no native english, please forgive me possible grammar mistakes

- Dominic