Enum TextOverflow
Defines the overflow style of the text in heatmap. None - No action is taken when the text overflows. Wrap - Wraps the multi-level labels when the text overflows. Trim - Trims the multi-level labels when the text overflows.
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.AspNetMvc.HeatMap.dll
Syntax
public enum TextOverflow
Fields
| Name |
|---|
| None |
| Trim |
| Wrap |