Enum Multiplicity
To define the Multiplicity of uml connector shapes
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum Multiplicity
Fields
Name | Description |
---|---|
ManyToMany | Used to specify the Multiplicity of the uml connectors as ManyToMany type. |
ManyToOne | Used to specify the Multiplicity of the uml connectors as ManyToOne type. |
OneToMany | Used to specify the Multiplicity of the uml connectors as OneToMany type. |
OneToOne | Used to specify the Multiplicity of the uml connectors as OneToOne type. |