GoXam for WPF v3
LinkLengthWeight Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : LinkLengthWeight Method
The function LinkLengthWeight returns the weight of the link represented by the LayeredDigraphLink link. This weight is used by OptimalLinkLengthLayering to minimize weighted link lengths. The default implementation gives all links a length weight of 1. This function can be overridden to provide "fine-tuning" of the layout.
Syntax
protected virtual double LinkLengthWeight( 
   LayeredDigraphEdge edge
)

Parameters

edge

Return Value

Returns the weight of the link represented by link
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members