mxGraphInsertEdge Method |
| Name | Description | |
|---|---|---|
| InsertEdge(Object, String, Object, Object, Object) |
Creates and adds a new edge with an empty style.
| |
| InsertEdge(Object, String, Object, Object, Object, String) |
Adds a new edge into the given parent using value as the user object and
the given source and target as the terminals of the new edge. The Id and
style are used for the respective properties of the new cell, which is
returned.
|