menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendArrangement - API Reference

    Show / Hide Table of Contents

    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 Description
    LegendArrangement

    None

    Specifies the legend item to be placed by default based on legend orientation.

    Declaration
    public const LegendArrangement None
    Field Value
    Type Description
    LegendArrangement

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vertical

    Specifies the legend items to be placed vertically.

    Declaration
    public const LegendArrangement Vertical
    Field Value
    Type Description
    LegendArrangement
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved