Class LabelAlignment
Defines the label text to be placed within the defined size of the treemap item.
Inheritance
System.Object
LabelAlignment
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelAlignment : Enum
Fields
Hide
Specifies that the data label will hide if exceeded the defined margins.
Declaration
public const LabelAlignment Hide
Field Value
Type |
---|
LabelAlignment |
Trim
Specifies that the data label will trim if exceeded the defined margins.
Declaration
public const LabelAlignment Trim
Field Value
Type |
---|
LabelAlignment |
Wrap
Specifies to wrap the data label if exceed the defined margins.
Declaration
public const LabelAlignment Wrap
Field Value
Type |
---|
LabelAlignment |
WrapByWord
Specifies the word to force all text to fit within the defined margins.
Declaration
public const LabelAlignment WrapByWord
Field Value
Type |
---|
LabelAlignment |