Class GraphType
Specifies Graph type.
Inheritance
System.Object
GraphType
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class GraphType : Enum
Fields
MultiParentDirectedTree
Directed Graph in which nodes can contain several parents and several children.
Declaration
public const GraphType MultiParentDirectedTree
Field Value
| Type |
|---|
| GraphType |
NonDirectedGraph
Non directed graph.
Declaration
public const GraphType NonDirectedGraph
Field Value
| Type |
|---|
| GraphType |
OneParentDirectedTree
Directed Graph in which nodes can contain one parent and several children.
Declaration
public const GraphType OneParentDirectedTree
Field Value
| Type |
|---|
| GraphType |