GoXam for WPF v3
Medians Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : Medians Method
Computes the array of median 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 median will have an entry of -1.
Syntax
protected virtual double[] Medians( 
   int unfixedLayer,
   int direction
)

Parameters

unfixedLayer
direction

Return Value

Returns the array of median columns for the nodes in the unfixedLayer
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members