Enum LabelPosition
Defines the position of the label in treemap leaf node.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelPosition
Fields
| Name | Description |
|---|---|
| BottomCenter | Specifies to show the position of the label based on the bottom and center of the treemap leaf nodes. |
| BottomLeft | Specifies to show the position of the label based on the bottom and left of the treemap leaf nodes. |
| BottomRight | Specifies to show the position of the label based on the bottom and right of the treemap leaf nodes. |
| Center | Specifies to show the position of the label based on the center of the treemap leaf nodes. |
| CenterLeft | Specifies to show the position of the label based on the center and left of the treemap leaf nodes. |
| CenterRight | Specifies to show the position of the label based on the center and right of the treemap leaf nodes. |
| TopCenter | Specifies to show the position of the label based on the top and center of the treemap leaf nodes. |
| TopLeft | Specifies to show the position of the label based on the top and left of the treemap leaf nodes. |
| TopRight | Specifies to show the position of the label based on the top and right of the treemap leaf nodes. |