Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic can i arrange flowchart separately? (Read 2565 times)
zuoyi
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: May 30th, 2006
can i arrange flowchart separately?
Nov 27th, 2006 at 6:06am
Print Post  
i want to arrange a big tree(4000+ arrows),but when i layout.Arrange(fc),it's can't work.

i think it's the problem of big data

can i arrange 200 arrows and then other 200 and ...

or can i appoint the start position of auto arrange

thank you.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: can i arrange flowchart separately?
Reply #1 - Nov 27th, 2006 at 6:34am
Print Post  
Hi,

The TreeLayout might not be able to detect your tree root if the arrows go in the opposite direction. Try setting the ReversedArrows property to see if that will help.

You can explicitly set which part of the tree to arrange by setting the Root property.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
zuoyi
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: May 30th, 2006
Re: can i arrange flowchart separately?
Reply #2 - Nov 27th, 2006 at 6:55am
Print Post  
thank you for reply.

i have to define two arrows in the opposite direction between two boxes to use PathFinder, because the arrows are no-direction in my project.

is there any other method to solve the above queston?

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: can i arrange flowchart separately?
Reply #3 - Nov 27th, 2006 at 7:26am
Print Post  
Try using only one arrow between a pair of boxes, and use the

public PathFinder(FlowChart diagram, bool ignoreDirection)

constructor to create a PathFinder that ignores the link direction.
  
Back to top
 
IP Logged
 
zuoyi
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: May 30th, 2006
Re: can i arrange flowchart separately?
Reply #4 - Nov 27th, 2006 at 7:49am
Print Post  
sorry,i can't find
public PathFinder(FlowChart diagram, bool ignoreDirection)


i get the error,MindFusion.FlowChartX.PathFinder have no constructor

my FlowChart.NET.dll 's version is 3.2.3.22819(framework 2.0)
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: can i arrange flowchart separately?
Reply #5 - Nov 27th, 2006 at 9:13am
Print Post  
I guess that's new for version 4.

Try setting the arrows' IgnoreLayout property = true for all arrows going up in the tree, or use the TreeLayou.IgnoreArrowDirection and set the Root explicitly.

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