Class
SankeyDataLink

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SankeyDataLink

Inheritance: objectSankeyDataLink

Constructors

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

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

cs-api-definition
public SankeyLinksColorType? ColorType { get; set; }

Property Value

SankeyLinksColorType?

Declaration

cs-api-definition
public SankeyDataLinkHighlight Highlight { get; set; }

Property Value

SankeyDataLinkHighlight

The opacity of the links.

Declaration

cs-api-definition
public double? Opacity { get; set; }

Property Value

double?

The source node ID of the link. The source node is the node from which the link originates.

Declaration

cs-api-definition
public object SourceId { get; set; }

Property Value

object

The target node ID of the link. The target node is the node to which the link points.

Declaration

cs-api-definition
public object TargetId { get; set; }

Property Value

object

The value of the link. The value represents the weight of the link and determines the width of the link.

Declaration

cs-api-definition
public double? Value { get; set; }

Property Value

double?