Enum LabelAlignment
Defines the label text to be placed within the defined size of the treemap item.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelAlignment
Fields
| Name | Description |
|---|---|
| Hide | Specifies that the data label will hide if exceeded the defined margins. |
| Trim | Specifies that the data label will trim if exceeded the defined margins. |
| Wrap | Specifies to wrap the data label if exceed the defined margins. |
| WrapByWord | Specifies the word to force all text to fit within the defined margins. |