Enum LegendType
Defines the type of the element in the map for which legend is to be rendered.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendType
Fields
| Name | Description |
|---|---|
| Bubbles | Renders the legend based on bubbles. |
| Layers | Renders the legend based on the layers. |
| Markers | Renders the legend based on markers. |