Enum TextOverflow
Defines the text overflow.
- None:Used to show the heatmap text with overlap to other elements.
- Wrap:Used to show the heatmap text with Wrap support.
- Trim:Used to show the heatmap text with Trim.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TextOverflow
Fields
| Name | Description |
|---|---|
| None | Used to show the heatmap text with overlap to other elements. |
| Trim | Used to show the heatmap text with Trim. |
| Wrap | Used to show the heatmap text with Wrap support. |