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