Search
AnnealLayout.CrossingLinksCost Property
See Also
 





Gets or sets a value indicating the importance of the low number of link crossings, relative to the other criteria considered by the algorithm.

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

 Syntax

C#  Copy Code

public double CrossingLinksCost { get; set; }

Visual Basic  Copy Code

Public Property CrossingLinksCost As Double

 Property Value

A double value added to the total cost of a graph configuration for each pair of crossing links. The default is 120000.

 Remarks

Assigning a larger value to this property will make the algorithm choose graph configurations with fewer link crossings.

 See Also