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 |