Gets or sets a value indicating the importance of the node distribution, relative to the other criteria considered by the algorithm.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public double DistributionFactor { get; set; } |
Visual Basic Copy Code |
---|
Public Property DistributionFactor As Double |
A double multiplier applied to the node distribution cost when evaluating the total cost of a graph configuration. The default is 40000.
Assigning a larger value to this property will make the algorithm choose graph configurations in which the nodes are placed farther one from another.