Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Dynamically creating arrows by anchor points (Read 1187 times)
FusionUser
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Apr 4th, 2006
Dynamically creating arrows by anchor points
Apr 18th, 2006 at 5:11pm
Print Post  

In my project I need to create tables with anchor points and arrows that connect the anochor points dynamically.  I was able to create the tables with anchor point successfully and I have problem creating the arrows from the source anchor point to the destination anchor point.  I tried to use the CreateArrow method for the chart control but I couldn't see any overloaded version that uses SourceTable, SourceAnchorpoint, DestinationTable, DestinationAnchopoint.
Do you have know what is the best method to acheive this?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Dynamically creating arrows by anchor points
Reply #1 - Apr 19th, 2006 at 5:35am
Print Post  
After creating an arrow, set its OrgnAnchor and DestAnchor properties. They specify the indices of points in the table.AnchorPattern.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint