Class SankeyLegendPosition
Defines the position of the legend.
Inheritance
System.Object
SankeyLegendPosition
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SankeyLegendPosition : Enum
Fields
Auto
Specifies to place the legend based on width and height.
Declaration
public const SankeyLegendPosition Auto
Field Value
Type |
---|
SankeyLegendPosition |
Bottom
Specifies to place the legend below of the component.
Declaration
public const SankeyLegendPosition Bottom
Field Value
Type |
---|
SankeyLegendPosition |
Left
Specifies to place the legend on the left of the component.
Declaration
public const SankeyLegendPosition Left
Field Value
Type |
---|
SankeyLegendPosition |
Right
Specifies to place the legend on the right of the component.
Declaration
public const SankeyLegendPosition Right
Field Value
Type |
---|
SankeyLegendPosition |
Top
Specifies to place the legend above of the component.
Declaration
public const SankeyLegendPosition Top
Field Value
Type |
---|
SankeyLegendPosition |