Blazor

  • 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 component.

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

    Fields

    ActualRect

    Defines the legend shape as actual rect.

    Declaration
    public const LegendShape ActualRect
    Field Value
    Type Description
    LegendShape

    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

    InvertedTriangle

    Defines the legend shape as inverted triangle.

    Declaration
    public const LegendShape InvertedTriangle
    Field Value
    Type Description
    LegendShape

    Multiply

    Defines the legend shape as multiply.

    Declaration
    public const LegendShape Multiply
    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

    SeriesType

    Defines the legend shape as series type.

    Declaration
    public const LegendShape SeriesType
    Field Value
    Type Description
    LegendShape

    TargetRect

    Defines the legend shape as target rect.

    Declaration
    public const LegendShape TargetRect
    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