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

How to show LineBridge?

I have a new diagram that has all the following set before we start to draw:
Diagram1.Model.LineBridgingEnabled = True
Diagram1.Model.LineBridgeSize = 5
Diagram1.Model.BridgeStyle = BridgeStyle.Arc
Diagram1.Model.LineRoutingEnabled = True

But when we draw connections it does not show any sort of bridging when lines cross... What should we be doing to have this show?


4 Replies

VK Vinoth Kumar K Syncfusion Team April 24, 2008 02:28 AM UTC

Hi Steve,

Thank you for your interest in Syncfusion products.

To display the line bridge you should enable the LineBridgingEnabled property for link object as well as diagrams model

object to true.

Kindly look into the code snippet:

diagram1.Model.LineBridgeSize = 5
''enabling for model
diagram1.Model.LineBridgingEnabled = True
''enabling for link object
link.LineBridgingEnabled = True
Me.diagram1.Model.BridgeStyle = BridgeStyle.Square

Please refer to the sample given below with demonstrates the above:

http://websamples.syncfusion.com/samples/Diagram.Windows/F73171/main.htm

Please let me know if you have any questions.

Regards,
Vinoth



ST Steve April 24, 2008 11:12 AM UTC

I am sure that works when you are creating the lines via code, but what about when making them via the tools (end user draws them out)?

Thanks,

Steve



AD Administrator Syncfusion Team June 2, 2008 12:26 PM UTC

Hi Steve ,

Sorry for the inconvenience caused. I have tested this issue and I was able to reproduce this. I have logged defect report in this regard and forward this to our development team for more analysis. I will get back to you with more details regarding this issue on or before June 4th 2008.

Thanks for your patience.

Regards,
Nagaraj




AD Administrator Syncfusion Team June 3, 2008 04:53 AM UTC

Hi Steve ,

This issue has been fixed in v.6.3.0.7 and the later releases. You can download our latest version from the following page.

http://www.syncfusion.com/downloads/product/build.aspx

Unlock key:

If your Essential Studio license is current,you will be able to obtain the key to install this version from your account in DirectTrac. Otherwise, please contact your Syncfusion Sales Representative or e-mail salessupport@syncfusion.com.

Please let me know if you have any problem in our latest version.

Thanks,
Nagaraj


Loader.
Live Chat Icon For mobile
Up arrow icon