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.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double CrossingLinksCost { get; set; } |
Visual Basic Copy Code |
---|
Public Property CrossingLinksCost As Double |
A double value added to the total cost of a graph configuration for each pair of crossing links. The default is 120000.
Assigning a larger value to this property will make the algorithm choose graph configurations with fewer link crossings.