SankeyLabelsSettingsBuilder

Methods

Align(System.String)

The alignment of the label.

Parameters

value - System.String

The value for Align

RETURNS

Returns the current SankeyLabelsSettingsBuilder instance.

Border(System.Action)

The border of the label.

Parameters

configurator - System.Action<SankeyLabelsBorderSettingsBuilder>

The configurator for the border setting.

RETURNS

Returns the current instance of SankeyLabelsSettingsBuilder .

Color(System.String)

The color of the label.

Parameters

value - System.String

The value for Color

RETURNS

Returns the current SankeyLabelsSettingsBuilder instance.

Font(System.String)

The font of the label.

Parameters

value - System.String

The value for Font

RETURNS

Returns the current SankeyLabelsSettingsBuilder instance.

Margin(System.Action)

The margin of the label.

Parameters

configurator - System.Action<SankeyLabelsMarginSettingsBuilder>

The configurator for the margin setting.

RETURNS

Returns the current instance of SankeyLabelsSettingsBuilder .

Offset(System.Action)

The offset applied to the label's position.

Parameters

configurator - System.Action<SankeyLabelsOffsetSettingsBuilder>

The configurator for the offset setting.

RETURNS

Returns the current instance of SankeyLabelsSettingsBuilder .

Padding(System.Action)

The padding of the label.

Parameters

configurator - System.Action<SankeyLabelsPaddingSettingsBuilder>

The configurator for the padding setting.

RETURNS

Returns the current instance of SankeyLabelsSettingsBuilder .

Stroke(System.Action)

The stroke of the label text.

Parameters

configurator - System.Action<SankeyLabelsStrokeSettingsBuilder>

The configurator for the stroke setting.

RETURNS

Returns the current instance of SankeyLabelsSettingsBuilder .

Visible(System.Boolean)

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

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current SankeyLabelsSettingsBuilder instance.

Position(Kendo.Mvc.UI.LabelPosition)

The position of the label.

Parameters

value - LabelPosition

The value for Position

RETURNS

Returns the current SankeyLabelsSettingsBuilder instance.