We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

BridgeStyle

Hi,

I'm new to the Diagram-control, and something is not clear to me, or maybe I'm doing something wrong.
When 2 line connectors crosses, I want the Bridge-effect.

I already looked at the forum, knowledgebase and sample projects, but the solutions that I found don't work.

I used the HierarchicalTreeLayout as LayoutType on the DiagramModel.

I tried to enable bridging in xaml on the DiagramView like this:
IsPageEditable="True"
Bounds="0,0,500,200"
HorizontalAlignment="Center"
VerticalAlignment="Center"
LineBridgingEnabled="True"
/>

I also tried to enable briding when creationg LineConnectors in code like this:
LineConnector line = new LineConnector();
line.LineBridgingEnabled = true;
line.ConnectorType = ConnectorType.Straight;

Nodes and lineconnectors are visible in the Diagram, but crossed lines are not displayed with a bridge. What am I doing wrong?


Thanks in advance!

Isabel



1 Reply

RT Ramya Thirugnanam Syncfusion Team November 10, 2011 04:09 PM UTC

Hi Isabel,

We are able to reproduce the reported issue with LineBridging, we will fix this issue and provide the patch on November 29th 2011.

For having the better follow up,please touch with us through Direct -Trac.

Please let us know if you have any concerns.

Regards,
Ramya



Loader.
Live Chat Icon For mobile
Up arrow icon