GoXam for WPF v3
RemoveCycles Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : RemoveCycles Method
Removes cycles from the input network by reversing some number of links.
Syntax
protected virtual void RemoveCycles()
Remarks
By default this just calls GreedyCycleRemoval or DepthFirstSearchCycleRemoval, as appropriate given the value of CycleRemoveOption.
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members