Enum LegendPosition
Defines the position of the legend in the maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendPosition
Fields
| Name | Description |
|---|---|
| Bottom | Specifies the legend to be placed below the map. |
| Float | Specifies the legend to be floated above the map. |
| Left | Specifies the legend to be placed to the left of the map. |
| Right | Specifies the legend to be placed to the right of the map. |
| Top | Specifies the legend to be placed above the map. |