Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to add these changes to basic tutorial? (Read 1491 times)
lofti
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 12
Joined: Oct 19th, 2020
How to add these changes to basic tutorial?
Oct 19th, 2020 at 5:14pm
Print Post  
Hi to everyone! I found this basic tutorial for graph visualization . It is awesome! What I need to change:
     * make them round shaped
     * change the round size (diameter) depending on inbound link number
     * change drag and drop behaviour

Where should I look at to find more information on abovementioned changes?
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: How to add these changes to basic tutorial?
Reply #1 - Oct 19th, 2020 at 5:28pm
Print Post  
Hi,

Quote:
make them round shaped


Set ShapeNode.Shape = Shapes.Ellipse (or Shapes.RoundRect)

Quote:
change the round size (diameter) depending on inbound link number


Set ShapeNode.Bounds to a RectangleF with appropriate size, or call the Resize method

Quote:
change drag and drop behaviour


Check the DiagramView.Behavior and DiagramView.ModificationStart properties.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
lofti
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 12
Joined: Oct 19th, 2020
Re: How to add these changes to basic tutorial?
Reply #2 - Oct 19th, 2020 at 6:25pm
Print Post  
Thanks a lot for fast reply!!!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint