Enum Lines
To defines wheter the connector segment type as straight or orthogonal or bezier.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
[Obsolete("Use Segments")]
public enum Lines
Fields
| Name | Description |
|---|---|
| Bezier | Used to specify the lines as Bezier. |
| Orthogonal | Used to specify the lines as Orthogonal. |
| Straight | Used to specify the lines as Straight. |