menu

Blazor

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

    Show / Hide Table of Contents

    Class SankeyLegendPosition

    Defines the position of the legend.

    Inheritance
    System.Object
    SankeyLegendPosition
    Namespace: Syncfusion.Blazor.Sankey
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SankeyLegendPosition : Enum

    Fields

    Auto

    Specifies to place the legend based on width and height.

    Declaration
    public const SankeyLegendPosition Auto
    Field Value
    Type
    SankeyLegendPosition

    Bottom

    Specifies to place the legend below of the component.

    Declaration
    public const SankeyLegendPosition Bottom
    Field Value
    Type
    SankeyLegendPosition

    Left

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

    Declaration
    public const SankeyLegendPosition Left
    Field Value
    Type
    SankeyLegendPosition

    Right

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

    Declaration
    public const SankeyLegendPosition Right
    Field Value
    Type
    SankeyLegendPosition

    Top

    Specifies to place the legend above of the component.

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