Class LegendPosition
Defines the position of the legend in the maps.
Inheritance
System.Object
LegendPosition
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendPosition : Enum
Fields
Bottom
Specifies the legend to be placed below the map.
Declaration
public const LegendPosition Bottom
Field Value
Type |
---|
LegendPosition |
Float
Specifies the legend to be floated above the map.
Declaration
public const LegendPosition Float
Field Value
Type |
---|
LegendPosition |
Left
Specifies the legend to be placed to the left of the map.
Declaration
public const LegendPosition Left
Field Value
Type |
---|
LegendPosition |
Right
Specifies the legend to be placed to the right of the map.
Declaration
public const LegendPosition Right
Field Value
Type |
---|
LegendPosition |
Top
Specifies the legend to be placed above the map.
Declaration
public const LegendPosition Top
Field Value
Type |
---|
LegendPosition |