Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelPosition

    Show / Hide Table of Contents

    Class LabelPosition

    Defines the position of the label in treemap leaf node.

    Inheritance
    System.Object
    LabelPosition
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LabelPosition : Enum

    Fields

    BottomCenter

    Specifies to show the position of the label based on the bottom and center of the treemap leaf nodes.

    Declaration
    public const LabelPosition BottomCenter
    Field Value
    Type Description
    LabelPosition

    BottomLeft

    Specifies to show the position of the label based on the bottom and left of the treemap leaf nodes.

    Declaration
    public const LabelPosition BottomLeft
    Field Value
    Type Description
    LabelPosition

    BottomRight

    Specifies to show the position of the label based on the bottom and right of the treemap leaf nodes.

    Declaration
    public const LabelPosition BottomRight
    Field Value
    Type Description
    LabelPosition

    Center

    Specifies to show the position of the label based on the center of the treemap leaf nodes.

    Declaration
    public const LabelPosition Center
    Field Value
    Type Description
    LabelPosition

    CenterLeft

    Specifies to show the position of the label based on the center and left of the treemap leaf nodes.

    Declaration
    public const LabelPosition CenterLeft
    Field Value
    Type Description
    LabelPosition

    CenterRight

    Specifies to show the position of the label based on the center and right of the treemap leaf nodes.

    Declaration
    public const LabelPosition CenterRight
    Field Value
    Type Description
    LabelPosition

    TopCenter

    Specifies to show the position of the label based on the top and center of the treemap leaf nodes.

    Declaration
    public const LabelPosition TopCenter
    Field Value
    Type Description
    LabelPosition

    TopLeft

    Specifies to show the position of the label based on the top and left of the treemap leaf nodes.

    Declaration
    public const LabelPosition TopLeft
    Field Value
    Type Description
    LabelPosition

    TopRight

    Specifies to show the position of the label based on the top and right of the treemap leaf nodes.

    Declaration
    public const LabelPosition TopRight
    Field Value
    Type Description
    LabelPosition

    value__

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