Search
AnnealLayout.NodeLinkCrossingCost Property
See Also
 





Gets or sets a value indicating the importance of low number of overlaps between links and nodes relative to the other criteria considered by the algorithm.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double NodeLinkCrossingCost { get; set; }

Visual Basic  Copy Code

Public Property NodeLinkCrossingCost As Double

 Property Value

A double value added to the total cost of a graph configuration when a link crosses a node. The default is 15000.

 See Also