New to Telerik UI for ASP.NET Core? Download free 30-day trial

SankeyDataSettingsLinkBuilder

Methods

Color(System.String)

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.

Parameters

value - System.String

The value for Color

Highlight(System.Action)

The link highlight configuration options.

Parameters

configurator - System.Action<SankeyDataLinkHighlightSettingsBuilder>

The configurator for the highlight setting.

Opacity(System.Double)

The opacity of the links.

Parameters

value - System.Double

The value for Opacity

SourceId(System.Double)

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

Parameters

value - System.Double

The value for SourceId

TargetId(System.Double)

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

Parameters

value - System.Double

The value for TargetId

Value(System.Double)

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

Parameters

value - System.Double

The value for Value

ColorType(Kendo.Mvc.UI.LinkColorType)

Defines the color type of the link.

Parameters

value - LinkColorType

The value for ColorType

In this article
Not finding the help you need?