GoXam for WPF v3
Barycenters Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : Barycenters Method
Computes the array of barycenters (average) columns for the nodes in the unfixedLayer based on the columns of predecessors (direction < 0), successors (direction > 0), or both predecessors and successors (direction == 0) Elements without a defined barycenter will have an entry of -1.
Syntax
protected virtual double[] Barycenters( 
   int unfixedLayer,
   int direction
)

Parameters

unfixedLayer
direction

Return Value

Returns the array of barycenters (average) columns for the nodes in the unfixedLayer
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members