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 |
---|
LegendShape |
Circle
Specifies the legend shape as a circle.
Declaration
public const LegendShape Circle
Field Value
Type |
---|
LegendShape |
Cross
Specifies the legend shape as a cross.
Declaration
public const LegendShape Cross
Field Value
Type |
---|
LegendShape |
Diamond
Specifies the legend shape as a diamond.
Declaration
public const LegendShape Diamond
Field Value
Type |
---|
LegendShape |
HorizontalLine
Specifies the legend shape as a horizontal line.
Declaration
public const LegendShape HorizontalLine
Field Value
Type |
---|
LegendShape |
InvertedTriangle
Specifies the legend shape as a inverted triangle.
Declaration
public const LegendShape InvertedTriangle
Field Value
Type |
---|
LegendShape |
Pentagon
Specifies the legend shape as a pentagon.
Declaration
public const LegendShape Pentagon
Field Value
Type |
---|
LegendShape |
Rectangle
Specifies the legend shape as a rectangle.
Declaration
public const LegendShape Rectangle
Field Value
Type |
---|
LegendShape |
Star
Specifies the legend shape as a star.
Declaration
public const LegendShape Star
Field Value
Type |
---|
LegendShape |
Triangle
Specifies the legend shape as a triangle.
Declaration
public const LegendShape Triangle
Field Value
Type |
---|
LegendShape |
VerticalLine
Specifies the legend shape as a vertical line.
Declaration
public const LegendShape VerticalLine
Field Value
Type |
---|
LegendShape |