Enum TextWrapping
Used to define how the label text needs to be wrapped.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum TextWrapping
Fields
Name | Description |
---|---|
NoWrap | Used to Disables wrapping |
Wrap | Used to Enables Line-break at normal word break points |
WrapWithOverflow | Used to Enables Line-break at normal word break points with longer word overflows |