Class LabelIntersectAction
Defines the label intersection action in treemap component. Label intersection action handles the label text when it intersects with other label contents.
Inheritance
System.Object
LabelIntersectAction
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelIntersectAction : Enum
Fields
Hide
Specifies the label to be hidden when it intersects.
Declaration
public const LabelIntersectAction Hide
Field Value
Type |
---|
LabelIntersectAction |
None
Specifies that no action will be taken when the label contents intersect.
Declaration
public const LabelIntersectAction None
Field Value
Type |
---|
LabelIntersectAction |
Trim
Specifies the label to be trimmed when it intersects.
Declaration
public const LabelIntersectAction Trim
Field Value
Type |
---|
LabelIntersectAction |