Enum LegendShape
Defines the shape for the legend item in the maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendShape
Fields
| Name | Description |
|---|---|
| Balloon | Specifies the legend shape as balloon. |
| Circle | Specifies the legend shape as a circle. |
| Cross | Specifies the legend shape as a cross. |
| Diamond | Specifies the legend shape as a diamond. |
| HorizontalLine | Specifies the legend shape as a horizontal line. |
| InvertedTriangle | Specifies the legend shape as a inverted triangle. |
| Pentagon | Specifies the legend shape as a pentagon. |
| Rectangle | Specifies the legend shape as a rectangle. |
| Star | Specifies the legend shape as a star. |
| Triangle | Specifies the legend shape as a triangle. |
| VerticalLine | Specifies the legend shape as a vertical line. |