Class SankeyLegendPosition
Specifies the legend align.
Inheritance
System.Object
SankeyLegendPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SankeyLegendPosition : Enum
Fields
Bottom
The legend is positioned on the bottom
Declaration
public const SankeyLegendPosition Bottom
Field Value
SankeyLegendPosition
|
Custom
The legend is positioned using OffsetX and OffsetY
Declaration
public const SankeyLegendPosition Custom
Field Value
SankeyLegendPosition
|
Left
The legend is positioned on the left
Declaration
public const SankeyLegendPosition Left
Field Value
SankeyLegendPosition
|
Right
The legend is positioned on the right
Declaration
public const SankeyLegendPosition Right
Field Value
SankeyLegendPosition
|
Top
The legend is positioned on the top
Declaration
public const SankeyLegendPosition Top
Field Value
SankeyLegendPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|