A layout stage for hierarchically grouped graphs.

Namespace: yWorks.yFiles.Layout.Grouping
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

Syntax

C#
public class FixedGroupLayoutStage : AbstractLayoutStage
Visual Basic
Public Class FixedGroupLayoutStage _
	Inherits AbstractLayoutStage

Remarks

A layout stage for hierarchically grouped graphs. Activating this stage guarantees that a core layouter will keep the relative positions of nodes within the same group. Also, this stage is responsible for routing edges that connect nodes belonging to hierarchically unrelated groups.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout.Grouping..::..FixedGroupLayoutStage

See Also