GoXam for WPF v3
ComputeClusterLayoutIterations Method
Northwoods.GoXam.Layout Namespace > ForceDirectedLayout Class : ComputeClusterLayoutIterations Method
the recursion depth for clustered layout
Determine how many additional force-directed layout iterations should occur for this clustered network.
Syntax
protected virtual int ComputeClusterLayoutIterations( 
   int level,
   int maxiter
)

Parameters

level
the recursion depth for clustered layout
maxiter

Return Value

a non-negative number that will be temporarily added to MaxIterations
See Also

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members