menu

Blazor

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

    Show / Hide Table of Contents

    Class SankeyOrientation

    Specifies the orientation of the SfSankey component.

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

    Fields

    Auto

    Specifies the orientation as horizontal or vertical based on the available space.

    Declaration
    public const SankeyOrientation Auto
    Field Value
    Type
    SankeyOrientation

    Horizontal

    Specifies the orientation as horizontal.

    Declaration
    public const SankeyOrientation Horizontal
    Field Value
    Type
    SankeyOrientation

    Vertical

    Specifies the orientation as vertical.

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