menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved