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 |
---|
LegendArrangement |
None
Specifies the legend item to be placed by default based on legend orientation.
Declaration
public const LegendArrangement None
Field Value
Type |
---|
LegendArrangement |
Vertical
Specifies the legend items to be placed vertically.
Declaration
public const LegendArrangement Vertical
Field Value
Type |
---|
LegendArrangement |