Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendType

    Show / Hide Table of Contents

    Class LegendType

    Defines the type of the element in the map for which legend is to be rendered.

    Inheritance
    System.Object
    LegendType
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LegendType : Enum

    Fields

    Bubbles

    Renders the legend based on bubbles.

    Declaration
    public const LegendType Bubbles
    Field Value
    Type Description
    LegendType

    Layers

    Renders the legend based on the layers.

    Declaration
    public const LegendType Layers
    Field Value
    Type Description
    LegendType

    Markers

    Renders the legend based on markers.

    Declaration
    public const LegendType Markers
    Field Value
    Type Description
    LegendType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved