Interface IDiagramNodesAdder
Namespace: Syncfusion.JavaScript.DataVisualization.Builders
Assembly: Syncfusion.EJ.dll
Syntax
public interface IDiagramNodesAdder
Methods
Add(Collection)
Declaration
IDiagramNodesAdder Add(Collection nodes)
Parameters
| Type | Name | Description |
|---|---|---|
| Collection | nodes |
Returns
| Type | Description |
|---|---|
| IDiagramNodesAdder |
Add(Node)
Declaration
IDiagramNodesAdder Add(Node node)
Parameters
| Type | Name | Description |
|---|---|---|
| Node | node |
Returns
| Type | Description |
|---|---|
| IDiagramNodesAdder |