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

SankeyDataNodeLabelSettingsBuilder

Methods

Border(System.Action)

The border of the label.

Parameters

configurator - System.Action<SankeyDataNodeLabelBorderSettingsBuilder>

The action that configures the border.

Color(System.String)

The color of the label. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value that configures the color.

Font(System.String)

The font of the label. Accepts a valid CSS font string. For example, "bold 12px Arial".

Parameters

value - System.String

The value that configures the font.

Margin(System.Action)

The margin of the label.

Parameters

configurator - System.Action<SankeyDataNodeLabelMarginSettingsBuilder>

The action that configures the margin.

Offset(System.Action)

The offset applied to the label's position.

Parameters

configurator - System.Action<SankeyDataNodeLabelOffsetSettingsBuilder>

The action that configures the offset.

Padding(System.Action)

The padding of the label.

Parameters

configurator - System.Action<SankeyDataNodeLabelPaddingSettingsBuilder>

The action that configures the padding.

Stroke(System.Action)

The stroke of the label.

Parameters

configurator - System.Action<SankeyDataNodeLabelStrokeSettingsBuilder>

The action that configures the stroke.

Text(System.String)

The text of the label.

Parameters

value - System.String

The value that configures the text.

Visible(System.Boolean)

If set to false, the label will not be displayed.

Parameters

value - System.Boolean

The value that configures the visible.

Align(Kendo.Mvc.UI.LabelAlign)

The alignment of the label.

Parameters

value - LabelAlign

The value that configures the align.

Position(Kendo.Mvc.UI.LabelPosition)

The position of the label.

Parameters

value - LabelPosition

The value that configures the position.

In this article
Not finding the help you need?