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

RETURNS

Returns the current SankeyDataSettingsLinkBuilder instance.

Highlight(System.Action)

The link highlight configuration options.

Parameters

configurator - System.Action<SankeyDataLinkHighlightSettingsBuilder>

The configurator for the highlight setting.

RETURNS

Returns the current instance of SankeyDataSettingsLinkBuilder .

Opacity(System.Double)

The opacity of the links.

Parameters

value - System.Double

The value for Opacity

RETURNS

Returns the current SankeyDataSettingsLinkBuilder instance.

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

RETURNS

Returns the current SankeyDataSettingsLinkBuilder instance.

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

RETURNS

Returns the current SankeyDataSettingsLinkBuilder instance.

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

RETURNS

Returns the current SankeyDataSettingsLinkBuilder instance.

ColorType(Kendo.Mvc.UI.LinkColorType)

Defines the color type of the link.

Parameters

value - LinkColorType

The value for ColorType

RETURNS

Returns the current SankeyDataSettingsLinkBuilder instance.