Class LegendMode
Defines the rendering mode of the legend in the maps.
Inheritance
System.Object
LegendMode
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendMode : Enum
Fields
Default
Renders the legend with the shapes provided in the legend settings of the maps.
Declaration
public const LegendMode Default
Field Value
Type |
---|
LegendMode |
Interactive
Renders the legend as interactive with an arrow to indicate the shape in the legend while interaction.
Declaration
public const LegendMode Interactive
Field Value
Type |
---|
LegendMode |