Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelIntersectAction - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class 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.

    Inheritance
    System.Object
    LabelIntersectAction
    Namespace: Syncfusion.Blazor.Maps
    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 Description
    LabelIntersectAction

    None

    Specifies that no action will be taken when the label contents intersect.

    Declaration
    public const LabelIntersectAction None
    Field Value
    Type Description
    LabelIntersectAction

    Trim

    Specifies the label to be trimmed when it intersects.

    Declaration
    public const LabelIntersectAction Trim
    Field Value
    Type Description
    LabelIntersectAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved