SankeyDataNodeLabelSettingsBuilder
Methods
Border(System.Action)
The border of the label.
Parameters
configurator - System.Action<SankeyDataNodeLabelBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The color of the label. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for 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 for Font
Margin(System.Action)
The margin of the label.
Parameters
configurator - System.Action<SankeyDataNodeLabelMarginSettingsBuilder>
The configurator for the margin setting.
Offset(System.Action)
The offset applied to the label's position.
Parameters
configurator - System.Action<SankeyDataNodeLabelOffsetSettingsBuilder>
The configurator for the offset setting.
Padding(System.Action)
The padding of the label.
Parameters
configurator - System.Action<SankeyDataNodeLabelPaddingSettingsBuilder>
The configurator for the padding setting.
Stroke(System.Action)
The stroke of the label.
Parameters
configurator - System.Action<SankeyDataNodeLabelStrokeSettingsBuilder>
The configurator for the stroke setting.
Text(System.String)
The text of the label.
Parameters
value - System.String
The value for Text
Visible(System.Boolean)
If set to false, the label will not be displayed.
Parameters
value - System.Boolean
The value for Visible
Align(Kendo.Mvc.UI.LabelAlign)
The alignment of the label.
Parameters
value - LabelAlign
The value for Align
Position(Kendo.Mvc.UI.LabelPosition)
The position of the label.
Parameters
value - LabelPosition
The value for Position