Class LegendArrangement
Defines the arrangement of the legend items in the maps component.
Inheritance
System.Object
LegendArrangement
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendArrangement : Enum
Fields
Horizontal
Specifies the legend items to be placed horizontally.
Declaration
public const LegendArrangement Horizontal
Field Value
Type | Description |
---|---|
LegendArrangement |
None
Specifies the legend item to be placed by default based on legend orientation.
Declaration
public const LegendArrangement None
Field Value
Type | Description |
---|---|
LegendArrangement |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Vertical
Specifies the legend items to be placed vertically.
Declaration
public const LegendArrangement Vertical
Field Value
Type | Description |
---|---|
LegendArrangement |