Enum LabelIntersectAction
Defines the label intersect action in the legends of the maps component. Label intersection action handles the legend label text when it intersects with other legend texts.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelIntersectAction
Fields
| Name | Description |
|---|---|
| Hide | Specifies the label to be hidden when it intersects. |
| None | Specifies that no action will be taken when the label contents intersect. |
| Trim | Specifies the label to be trimmed when it intersects. |