ClassSankeyDataLink
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class SankeyDataLink
Inheritance: objectSankeyDataLink
Constructors
SankeyDataLink()
Declaration
public SankeyDataLink()
Properties
Color
The color of the link. The color is used when the colorType option is set to static. Accepts a valid CSS color string, including hex and rgb.
ColorType
The color type of the link. The supported values are: "static" - The link color is static. The color is determined by the link's color option.; "source" - The link color is the same as the source node color. or "target" - The link color is the same as the target node color..
Declaration
public SankeyLinksColorType? ColorType { get; set; }
Property Value
Highlight
Declaration
public SankeyDataLinkHighlight Highlight { get; set; }
Property Value
Opacity
The opacity of the links.
SourceId
The source node ID of the link. The source node is the node from which the link originates.
TargetId
The target node ID of the link. The target node is the node to which the link points.