DiagramLite Programmer's Guide
AnnealLayout.TemperatureScale Property
See Also
 





Gets or sets how much the simulated temperature is decreased at each stage of the algorithm.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double TemperatureScale { get; set; }

Visual Basic  Copy Code

Public Property TemperatureScale As Double

 Property Value

 Remarks

This value should be in the interval (0, 1). The algorithm produces better results when running for many Stages with a gradual temperature decrease, that is, a TemperatureScale closer to 1.

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Layout Namespace