Search
AnnealLayout.IterationsPerStage Property
See Also
 





Gets or sets how many node shift iterations to perform at each stage of the algorithm.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int IterationsPerStage { get; set; }

Visual Basic  Copy Code

Public Property IterationsPerStage As Integer

 Property Value

An integer value specifying the number of node shift iterations. The default is 50.

 Remarks

IterationsPerStage specifies how many node configurations to evaluate at each stage of the temperature cool-down simulation. More iterations will yield better layouts but require more time to complete.

 See Also