Northwoods.GoSilverlight 1.2.2 Assembly
ReduceCrossings Method
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : ReduceCrossings Method

Reorders nodes within layers to reduce the total number of link crossings in the network. There are many, many possible implementations of this function. Basically, some iteration of MedianBarycenterCrossingReduction and AdjacentExchangeCrossingReductionBendStraighten sweeping back and forth over the layers is needed. The default implementation has performed favorably on a large number of networks, but other options are available.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ReduceCrossings() 
C# 
protected virtual void ReduceCrossings()

Requirements

See Also

© 2010 All Rights Reserved.