Blazor

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

    Show / Hide Table of Contents

    Class LegendPosition

    Defines the position of the legend.

    Inheritance
    System.Object
    LegendPosition
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LegendPosition : Enum

    Fields

    Auto

    Specifies to place the legend based on width and height.

    Declaration
    public const LegendPosition Auto
    Field Value
    Type Description
    LegendPosition

    Bottom

    Specifies to place the legend below of the component.

    Declaration
    public const LegendPosition Bottom
    Field Value
    Type Description
    LegendPosition

    Custom

    Specifies the legend position based on given X and Y coordinate.

    Declaration
    public const LegendPosition Custom
    Field Value
    Type Description
    LegendPosition

    Left

    Specifies to place the legend on the left of the component.

    Declaration
    public const LegendPosition Left
    Field Value
    Type Description
    LegendPosition

    Right

    Specifies to place the legend on the right of the component.

    Declaration
    public const LegendPosition Right
    Field Value
    Type Description
    LegendPosition

    Top

    Specifies to place the legend above of the component.

    Declaration
    public const LegendPosition Top
    Field Value
    Type Description
    LegendPosition

    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