Enum LegendArrangement
Defines the arrangement of the legend items in the maps component.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendArrangement
Fields
| Name | Description |
|---|---|
| Horizontal | Specifies the legend items to be placed horizontally. |
| None | Specifies the legend item to be placed by default based on legend orientation. |
| Vertical | Specifies the legend items to be placed vertically. |