Blazor

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

    Show / Hide Table of Contents

    Class LegendShape

    Defines the shape of legend in the treemap component.

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

    Fields

    Circle

    Defines the legend shape as circle.

    Declaration
    public const LegendShape Circle
    Field Value
    Type Description
    LegendShape

    Cross

    Defines the legend shape as cross.

    Declaration
    public const LegendShape Cross
    Field Value
    Type Description
    LegendShape

    Diamond

    Defines the legend shape as diamond.

    Declaration
    public const LegendShape Diamond
    Field Value
    Type Description
    LegendShape

    HorizontalLine

    Defines the legend shape as horizontal line.

    Declaration
    public const LegendShape HorizontalLine
    Field Value
    Type Description
    LegendShape

    Image

    Defines the legend shape as image.

    Declaration
    public const LegendShape Image
    Field Value
    Type Description
    LegendShape

    InvertedTriangle

    Defines the legend shape as inverted triangle.

    Declaration
    public const LegendShape InvertedTriangle
    Field Value
    Type Description
    LegendShape

    Pentagon

    Defines the legend shape as pentagon.

    Declaration
    public const LegendShape Pentagon
    Field Value
    Type Description
    LegendShape

    Rectangle

    Defines the legend shape as rectangle.

    Declaration
    public const LegendShape Rectangle
    Field Value
    Type Description
    LegendShape

    Star

    Defines the legend shape as star.

    Declaration
    public const LegendShape Star
    Field Value
    Type Description
    LegendShape

    Triangle

    Defines the legend shape as triangle.

    Declaration
    public const LegendShape Triangle
    Field Value
    Type Description
    LegendShape

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

    Defines the legend shape as vertical line.

    Declaration
    public const LegendShape VerticalLine
    Field Value
    Type Description
    LegendShape
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved