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 for the legend item in the maps.

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

    Fields

    Balloon

    Specifies the legend shape as balloon.

    Declaration
    public const LegendShape Balloon
    Field Value
    Type Description
    LegendShape

    Circle

    Specifies the legend shape as a circle.

    Declaration
    public const LegendShape Circle
    Field Value
    Type Description
    LegendShape

    Cross

    Specifies the legend shape as a cross.

    Declaration
    public const LegendShape Cross
    Field Value
    Type Description
    LegendShape

    Diamond

    Specifies the legend shape as a diamond.

    Declaration
    public const LegendShape Diamond
    Field Value
    Type Description
    LegendShape

    HorizontalLine

    Specifies the legend shape as a horizontal line.

    Declaration
    public const LegendShape HorizontalLine
    Field Value
    Type Description
    LegendShape

    InvertedTriangle

    Specifies the legend shape as a inverted triangle.

    Declaration
    public const LegendShape InvertedTriangle
    Field Value
    Type Description
    LegendShape

    Pentagon

    Specifies the legend shape as a pentagon.

    Declaration
    public const LegendShape Pentagon
    Field Value
    Type Description
    LegendShape

    Rectangle

    Specifies the legend shape as a rectangle.

    Declaration
    public const LegendShape Rectangle
    Field Value
    Type Description
    LegendShape

    Star

    Specifies the legend shape as a star.

    Declaration
    public const LegendShape Star
    Field Value
    Type Description
    LegendShape

    Triangle

    Specifies the legend shape as a triangle.

    Declaration
    public const LegendShape Triangle
    Field Value
    Type Description
    LegendShape

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

    Specifies the legend shape as a 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