Enum LabelAlignment
To defines the label alignment of the nodes/connectors
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum LabelAlignment
Fields
| Name | Description |
|---|---|
| After | Used to aligns the label either bottom or right of the connector segment. |
| Before | Used to aligns the label either top or left of the connector segment. |
| Center | Used to aligns the label as center of the connector segment. |