SankeyLabelsSettingsBuilder
Methods
Align(System.String)
The alignment of the label.
Parameters
value - System.String
The value that configures the align.
Border(System.Action)
The border of the label.
Parameters
configurator - System.Action<SankeyLabelsBorderSettingsBuilder>
The action that configures the border.
Color(System.String)
The color of the label.
Parameters
value - System.String
The value that configures the color.
Font(System.String)
The font of the label.
Parameters
value - System.String
The value that configures the font.
Margin(System.Action)
The margin of the label.
Parameters
configurator - System.Action<SankeyLabelsMarginSettingsBuilder>
The action that configures the margin.
Offset(System.Action)
The offset applied to the label's position.
Parameters
configurator - System.Action<SankeyLabelsOffsetSettingsBuilder>
The action that configures the offset.
Padding(System.Action)
The padding of the label.
Parameters
configurator - System.Action<SankeyLabelsPaddingSettingsBuilder>
The action that configures the padding.
Stroke(System.Action)
The stroke of the label text.
Parameters
configurator - System.Action<SankeyLabelsStrokeSettingsBuilder>
The action that configures the stroke.
Visible(System.Boolean)
If set to false, the label will not be displayed.
Parameters
value - System.Boolean
The value that configures the visible.
Position(Kendo.Mvc.UI.LabelPosition)
The position of the label.
Parameters
value - LabelPosition
The value that configures the position.