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





Gets or sets the initial temperature of the simulated annealing process.

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

 Syntax

C#  Copy Code

public double InitialTemperature { get; set; }

Visual Basic  Copy Code

Public Property InitialTemperature As Double

 Property Value

A double value specifying the initial temperature of the simulation. The default is 40.

 Remarks

A low initial temperature prevents nodes from moving far from their initial position. If you need the final arrangement to have resemblance to the initial formation of the graph elements, set a lower initial temperature and disable Randomize.

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace
TemperatureScale Property