SankeyDataSettingsNodeBuilder
Methods
Color(System.String)
The color of the node. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value that configures the color.
Label(System.Action)
The label of the node.
Parameters
configurator - System.Action<SankeyDataNodeLabelSettingsBuilder>
The action that configures the label.
Offset(System.Action)
The offset applied to the node's position.
Parameters
configurator - System.Action<SankeyDataNodeOffsetSettingsBuilder>
The action that configures the offset.
Opacity(System.Double)
The opacity of the node.
Parameters
value - System.Double
The value that configures the opacity.
Padding(System.Double)
The minimum vertical space between two nodes.
Parameters
value - System.Double
The value that configures the padding.
Width(System.Double)
The width of the node.
Parameters
value - System.Double
The value that configures the width.
Align(Kendo.Mvc.UI.NodesAlign)
The alignment of the node.
Parameters
value - NodesAlign
The value that configures the align.
Id(System.Object)
The ID of the node. The ID is used to connect the nodes with the links.
Parameters
value - System.Object
The value that configures the id.