Enum LegendShape
Defines the shape of legend in the treemap component.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendShape
Fields
| Name | Description |
|---|---|
| Circle | Defines the legend shape as circle. |
| Cross | Defines the legend shape as cross. |
| Diamond | Defines the legend shape as diamond. |
| HorizontalLine | Defines the legend shape as horizontal line. |
| Image | Defines the legend shape as image. |
| InvertedTriangle | Defines the legend shape as inverted triangle. |
| Pentagon | Defines the legend shape as pentagon. |
| Rectangle | Defines the legend shape as rectangle. |
| Star | Defines the legend shape as star. |
| Triangle | Defines the legend shape as triangle. |
| VerticalLine | Defines the legend shape as vertical line. |