Enum HorizontalAlignment
Used to sets the horizontal alignment of the connector. Applicable, if the parent of the connector is a container.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum HorizontalAlignment
Fields
Name | Description |
---|---|
Center | Used to align text horizontally on center of node/connector |
Left | Used to Used to align text horizontally on left side of node/connector |
Right | Used to align text horizontally on right side of node/connector |
Stretch | Used to stretch the label on horizontally to the node/connector |