Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Link is changing origin and destination anchor points when diagram bounds are getting change (Read 3470 times)
Niranjan
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 9
Joined: Nov 19th, 2009
Link is changing origin and destination anchor points when diagram bounds are getting change
Jan 11th, 2013 at 11:31am
Print Post  
Hi,

I am using Mindfusion DiagramLite library to render my diagrams. I am changing diagrams bounds when the container of diagram is getting changed. My problem is when diagram bounds are getting change, somehow the links are changing its start and end points. I dont want to change the points of diagram links when diagram bounds are getting change.

Can you please suggest me a solution for this?

Regards,
Niranjan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Link is changing origin and destination anchor points when diagram bounds are getting change
Reply #1 - Jan 11th, 2013 at 3:17pm
Print Post  
Hi,

The Diagram.Bounds setter does not change any diagram items but only rebuilds the alignment grid and calls InvalidateMeasure. Check if you aren't handling the Diagram.BoundsChanged event and doing something with links from the handler, e.g. re-routing them.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint