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
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksAssigning a larger value to this property will make the algorithm choose graph configurations with fewer link crossings.
See Also