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

    Specifies the position of legend for ranges in circular gauge component.

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

    Fields

    Auto

    Specifies the legend to be placed based on the available space.

    Declaration
    public const LegendPosition Auto
    Field Value
    Type
    LegendPosition

    Bottom

    Specifies the legend to be placed at the bottom of the circular gauge.

    Declaration
    public const LegendPosition Bottom
    Field Value
    Type
    LegendPosition

    Custom

    Specifies the legend to be placed based on the custom x and y location.

    Declaration
    public const LegendPosition Custom
    Field Value
    Type
    LegendPosition

    Left

    Specifies the legend to be placed at the left of the circular gauge.

    Declaration
    public const LegendPosition Left
    Field Value
    Type
    LegendPosition

    Right

    Specifies the legend to be placed at the right of the circular gauge.

    Declaration
    public const LegendPosition Right
    Field Value
    Type
    LegendPosition

    Top

    Specifies the legend to be placed at the top of the circular gauge.

    Declaration
    public const LegendPosition Top
    Field Value
    Type
    LegendPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved