Class TextOverflow
Defines how text content overflows its container bounds in chart titles and labels.
Inheritance
System.Object
TextOverflow
Namespace: Syncfusion.Blazor.Toolkit
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public sealed class TextOverflow : Enum
Remarks
Controls the behavior when text exceeds the available space in titles, axis labels, or legend items.
Fields
None
Text is displayed as-is without any overflow handling.
Declaration
public const TextOverflow None
Field Value
| Type |
|---|
| TextOverflow |
Trim
Text is truncated and an ellipsis ("...") is appended if it exceeds the container margins.
Declaration
public const TextOverflow Trim
Field Value
| Type |
|---|
| TextOverflow |
Wrap
Text is wrapped to multiple lines if it exceeds the container margins.
Declaration
public const TextOverflow Wrap
Field Value
| Type |
|---|
| TextOverflow |