MindFusion.Wpf Pack Programmer's Guide
AnnealLayout.DistributionFactor Property
See Also
 





Gets or sets a value indicating the importance of the node distribution, relative to the other criteria considered by the algorithm.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double DistributionFactor { get; set; }

Visual Basic  Copy Code

Public Property DistributionFactor As Double

 Property Value

A double multiplier applied to the node distribution cost when evaluating the total cost of a graph configuration. The default is 40000.

 Remarks

Assigning a larger value to this property will make the algorithm choose graph configurations in which the nodes are placed farther one from another.

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace
LinkLengthFactor Property
BoundaryFactor Property