ASP.NET Pack Programmer's Guide
LayeredLayout Members
Constructors Fields Methods
 


Implements a layered graph layout algorithm.

The following tables list the members exposed by the LayeredLayout type.

 Public Constructors

  Name Description

LayeredLayout

Initializes a new instance of the LayeredLayout class.

 Public Fields

  Name Description

anchoring

Indicates how to align links to the anchor points of nodes.

direction

The orientation of the arranged graph.

keepGroupLayout

Indicates whether to treat each Group of nodes as a single vertex in the arranged graph.

layerDistance

The desired distance between layer axis lines.

multipleGraphsPlacement

Indicates how multiple independent graphs in the diagram should be positioned relatively to each other.

nodeDistance

The desired distance between adjacent nodes in a layer.

siftingRounds

The number of iterations to perform when untwining the layout.

 Public Methods

  Name Description

arrange

Applies the layout to the specified graph.

 See Also

LayeredLayout Class
MindFusion.Graphs Namespace