Class LabelPosition
Defines the position of the label in treemap leaf node.
Inheritance
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelPosition : Enum
Fields
BottomCenter
Specifies to show the position of the label based on the bottom and center of the treemap leaf nodes.
Declaration
public const LabelPosition BottomCenter
Field Value
Type |
---|
LabelPosition |
BottomLeft
Specifies to show the position of the label based on the bottom and left of the treemap leaf nodes.
Declaration
public const LabelPosition BottomLeft
Field Value
Type |
---|
LabelPosition |
BottomRight
Specifies to show the position of the label based on the bottom and right of the treemap leaf nodes.
Declaration
public const LabelPosition BottomRight
Field Value
Type |
---|
LabelPosition |
Center
Specifies to show the position of the label based on the center of the treemap leaf nodes.
Declaration
public const LabelPosition Center
Field Value
Type |
---|
LabelPosition |
CenterLeft
Specifies to show the position of the label based on the center and left of the treemap leaf nodes.
Declaration
public const LabelPosition CenterLeft
Field Value
Type |
---|
LabelPosition |
CenterRight
Specifies to show the position of the label based on the center and right of the treemap leaf nodes.
Declaration
public const LabelPosition CenterRight
Field Value
Type |
---|
LabelPosition |
TopCenter
Specifies to show the position of the label based on the top and center of the treemap leaf nodes.
Declaration
public const LabelPosition TopCenter
Field Value
Type |
---|
LabelPosition |
TopLeft
Specifies to show the position of the label based on the top and left of the treemap leaf nodes.
Declaration
public const LabelPosition TopLeft
Field Value
Type |
---|
LabelPosition |
TopRight
Specifies to show the position of the label based on the top and right of the treemap leaf nodes.
Declaration
public const LabelPosition TopRight
Field Value
Type |
---|
LabelPosition |