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

    Specifies the alignment.

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

    Fields

    Hide

    Defines to hide the label when it intersect.

    Declaration
    public const LabelIntersectAction Hide
    Field Value
    Type Description
    LabelIntersectAction

    MultipleRows

    Defines to set the multiple rows the label when it intersect.

    Declaration
    public const LabelIntersectAction MultipleRows
    Field Value
    Type Description
    LabelIntersectAction

    None

    Defines to shows all the labels.

    Declaration
    public const LabelIntersectAction None
    Field Value
    Type Description
    LabelIntersectAction

    Rotate45

    Defines to rotate the label at 45 degree when it intersect.

    Declaration
    public const LabelIntersectAction Rotate45
    Field Value
    Type Description
    LabelIntersectAction

    Rotate90

    Defines to rotate the label at 90 degree when it intersect.

    Declaration
    public const LabelIntersectAction Rotate90
    Field Value
    Type Description
    LabelIntersectAction

    Trim

    Defines to trim the label when it intersect.

    Declaration
    public const LabelIntersectAction Trim
    Field Value
    Type Description
    LabelIntersectAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wrap

    Defines to wrap the label when it intersect.

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