menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LabelIntersectAction

    Defines the actions when the axis labels intersect with each other.The actions available are, None - Shows all the labels. Trim - Trims the label when label text intersects with other labels. Rotate45 - Rotates the label to 45 degree when it intersects other labels. MultipleRows - Shows all the labels as multiple rows when it intersects other labels.

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

    Fields

    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

    Trim

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