Enum SankeyOrientation
Specifies the orientation of the SfSankey component.
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SankeyOrientation
Fields
| Name | Description |
|---|---|
| Auto | Specifies the orientation as horizontal or vertical based on the available space. |
| Horizontal | Specifies the orientation as horizontal. |
| Vertical | Specifies the orientation as vertical. |