C# Класс Smrf.NodeXL.Layouts.SinusoidHorizontalLayout

Lays out a graph by placing the vertices on a horizontal sine wave.
This layout places a graph's vertices on one cycle of a sine wave that spans the rectangle horizontally from left to right.

If the graph has a metadata key of , only the vertices specified in the value's IVertex collection are laid out and all other vertices are completely ignored.

If a vertex has a metadata key of with a value of true, it is included in layout calculations but its own location is left unmodified.

If you want the vertices to be placed in a certain order, set the property to an object that will sort them.

Наследование: SinusoidLayout
Показать файл Открыть проект

Открытые методы

Метод Описание
SinusoidHorizontalLayout ( ) : System

Initializes a new instance of the SinusoidHorizontalLayout class.

Описание методов

SinusoidHorizontalLayout() публичный Метод

Initializes a new instance of the SinusoidHorizontalLayout class.
public SinusoidHorizontalLayout ( ) : System
Результат System