Enum LegendShape
Defines the shape of legend in the component.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendShape
Fields
| Name | Description |
|---|---|
| ActualRect | Defines the legend shape as actual rect. |
| 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. |
| InvertedTriangle | Defines the legend shape as inverted triangle. |
| Multiply | Defines the legend shape as multiply. |
| Pentagon | Defines the legend shape as pentagon. |
| Rectangle | Defines the legend shape as rectangle. |
| SeriesType | Defines the legend shape as series type. |
| TargetRect | Defines the legend shape as target rect. |
| Triangle | Defines the legend shape as triangle. |
| VerticalLine | Defines the legend shape as vertical line. |