Class SankeyLinksColorType
Specifies the legend color type of the links.
Inheritance
System.Object
SankeyLinksColorType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SankeyLinksColorType : Enum
Fields
Source
The link color is the same as the source node color.
Declaration
public const SankeyLinksColorType Source
Field Value
SankeyLinksColorType
|
Static
The link color is static. The color is determined by the link's color option.
Declaration
public const SankeyLinksColorType Static
Field Value
SankeyLinksColorType
|
Target
The link color is the same as the target node color.
Declaration
public const SankeyLinksColorType Target
Field Value
SankeyLinksColorType
|
value__
Declaration
public int value__
Field Value
System.Int32
|