Enum SankeyLegendPosition
Defines the position of the legend.
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SankeyLegendPosition
Fields
| Name | Description |
|---|---|
| Auto | Specifies to place the legend based on width and height. |
| Bottom | Specifies to place the legend below of the component. |
| Left | Specifies to place the legend on the left of the component. |
| Right | Specifies to place the legend on the right of the component. |
| Top | Specifies to place the legend above of the component. |