SankeyDataLink
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SankeyDataLink
Inheritance: objectSankeyDataLink
Constructors
C#
public SankeyDataLink()
Properties
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.
C#
public string Color { get; set; }
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..
C#
public SankeyLinksColorType? ColorType { get; set; }
C#
public SankeyDataLinkHighlight Highlight { get; set; }
The source node ID of the link. The source node is the node from which the link originates.
C#
public object SourceId { get; set; }
The target node ID of the link. The target node is the node to which the link points.
C#
public object TargetId { get; set; }