Blazor

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

    Show / Hide Table of Contents

    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 Description
    IntersectAction

    None

    Specifies that no action will be taken when it intersects.

    Declaration
    public const IntersectAction None
    Field Value
    Type Description
    IntersectAction

    Trim

    Specifies the data label to be trimmed when it intersects.

    Declaration
    public const IntersectAction Trim
    Field Value
    Type Description
    IntersectAction

    value__

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