Enum LayoutTypes
Set the type of the layout based on which the elements will be arranged.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum LayoutTypes
Fields
| Name | Description |
|---|---|
| HierarchicalTree | Used to set layout type as hierarchical layout |
| None | Used not to set any specific layout |
| OrganizationalChart | Used to set layout type as organnizational chart |
| RadialTree | Used to set layout type as radial tree chart |
| SymmetricLayout | Used to set layout type as symmetrical layout |