Class Orientation
Specifies the orientation of the SfSankey component.
Inheritance
System.Object
Orientation
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Orientation : Enum
Fields
Auto
Specifies the orientation as horizontal or vertical based on the available space.
Declaration
public const Orientation Auto
Field Value
Type |
---|
Orientation |
Horizontal
Specifies the orientation as horizontal.
Declaration
public const Orientation Horizontal
Field Value
Type |
---|
Orientation |
Vertical
Specifies the orientation as vertical.
Declaration
public const Orientation Vertical
Field Value
Type |
---|
Orientation |