menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendShape - Blazor API Reference | Syncfusion

    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
    LegendShape

    Circle

    Defines the legend shape as circle.

    Declaration
    public const LegendShape Circle
    Field Value
    Type
    LegendShape

    Cross

    Defines the legend shape as cross.

    Declaration
    public const LegendShape Cross
    Field Value
    Type
    LegendShape

    Diamond

    Defines the legend shape as diamond.

    Declaration
    public const LegendShape Diamond
    Field Value
    Type
    LegendShape

    HorizontalLine

    Defines the legend shape as horizontal line.

    Declaration
    public const LegendShape HorizontalLine
    Field Value
    Type
    LegendShape

    InvertedTriangle

    Defines the legend shape as inverted triangle.

    Declaration
    public const LegendShape InvertedTriangle
    Field Value
    Type
    LegendShape

    Multiply

    Defines the legend shape as multiply.

    Declaration
    public const LegendShape Multiply
    Field Value
    Type
    LegendShape

    Pentagon

    Defines the legend shape as pentagon.

    Declaration
    public const LegendShape Pentagon
    Field Value
    Type
    LegendShape

    Rectangle

    Defines the legend shape as rectangle.

    Declaration
    public const LegendShape Rectangle
    Field Value
    Type
    LegendShape

    SeriesType

    Defines the legend shape as series type.

    Declaration
    public const LegendShape SeriesType
    Field Value
    Type
    LegendShape

    TargetRect

    Defines the legend shape as target rect.

    Declaration
    public const LegendShape TargetRect
    Field Value
    Type
    LegendShape

    Triangle

    Defines the legend shape as triangle.

    Declaration
    public const LegendShape Triangle
    Field Value
    Type
    LegendShape

    VerticalLine

    Defines the legend shape as vertical line.

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