New to Telerik UI for ASP.NET MVC? 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 that configures the color.

Highlight(System.Action)

The link highlight configuration options.

Parameters

configurator - System.Action<SankeyDataLinkHighlightSettingsBuilder>

The action that configures the highlight.

Opacity(System.Double)

The opacity of the links.

Parameters

value - System.Double

The value that configures the 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 that configures the 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 that configures the 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 that configures the value.

ColorType(Kendo.Mvc.UI.LinkColorType)

Defines the color type of the link.

Parameters

value - LinkColorType

The value that configures the colortype.

In this article
Not finding the help you need?