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

    specify the label intersect action for axis None - Shows all the labels with overlap. Trim - Trim the label when it intersect. Rotate45 - Rotate the label to 45 degree when it intersect. MultipleRows - Shows all the labels in multiple rows when it intersect.

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

    Fields

    MultipleRows

    Shows all the labels in multiple rows when it intersects.

    Declaration
    public const LabelIntersectAction MultipleRows
    Field Value
    Type Description
    LabelIntersectAction

    None

    Shows all the labels with overlap.

    Declaration
    public const LabelIntersectAction None
    Field Value
    Type Description
    LabelIntersectAction

    Rotate45

    Rotates the label to 45 degree when it intersects.

    Declaration
    public const LabelIntersectAction Rotate45
    Field Value
    Type Description
    LabelIntersectAction

    Trim

    Trim the label 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