A layouter that places the nodes of a graph on a cycle.

Namespace: yWorks.yFiles.Layout.Circular
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class SingleCycleLayouter : CanonicMultiStageLayouter
Visual Basic
Public Class SingleCycleLayouter _
	Inherits CanonicMultiStageLayouter

Remarks

A layouter that places the nodes of a graph on a cycle.

Here is an sample output of the layouter with activated automatic radius determination.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
    yWorks.yFiles.Layout.Circular..::..SingleCycleLayouter

See Also