Enum TextWrap
Specifies text wrap options when the text overflowing the container normal - Specifies to break words only at allowed break points. wrap - Specifies to break a word once it is too long to fit on a line by itself. anyWhere - Specifies to break a word at any point if there are no otherwise-acceptable break points in the line.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public enum TextWrap
Fields
Name | Description |
---|---|
AnyWhere | |
Normal | |
Wrap |