menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelIntersectAction - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelIntersectAction

    Defines the alignment. They are: None - Shows all the labels. Hide - Hide the label when it intersect. Trim - Trim the label when it intersect. Wrap - Wrap the label when it intersect. MultipleRows - Arrange the label in multiple row when it intersect. Rotate45 - Rotate the label to 45 degree when it intersect. Rotate90 - Rotate the label to 90 degree when it intersect.

    Inheritance
    System.Object
    LabelIntersectAction
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class LabelIntersectAction : Enum

    Fields

    Hide

    Declaration
    public const LabelIntersectAction Hide
    Field Value
    Type
    LabelIntersectAction

    MultipleRows

    Declaration
    public const LabelIntersectAction MultipleRows
    Field Value
    Type
    LabelIntersectAction

    None

    Declaration
    public const LabelIntersectAction None
    Field Value
    Type
    LabelIntersectAction

    Rotate45

    Declaration
    public const LabelIntersectAction Rotate45
    Field Value
    Type
    LabelIntersectAction

    Rotate90

    Declaration
    public const LabelIntersectAction Rotate90
    Field Value
    Type
    LabelIntersectAction

    Trim

    Declaration
    public const LabelIntersectAction Trim
    Field Value
    Type
    LabelIntersectAction

    Wrap

    Declaration
    public const LabelIntersectAction Wrap
    Field Value
    Type
    LabelIntersectAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved