Enum TextOverflow
Defines the text overflow of the title.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TextOverflow
Fields
| Name | Description |
|---|---|
| None | Specifies that the text will shown as it is. |
| Trim | Specifies that the text will trim if exceeded the defined margins. |
| Wrap | Specifies to wrap the text if exceed the defined margins. |