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

Namespace: yWorks.yFiles.Layout.Circular
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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