SankeyDataSettingsNodeBuilder
Methods
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 for Id
Color(System.String)
The color of the node. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Color
Label(System.Action)
The label of the node.
Parameters
configurator - System.Action<SankeyDataNodeLabelSettingsBuilder>
The configurator for the label setting.
Offset(System.Action)
The offset applied to the node's position.
Parameters
configurator - System.Action<SankeyDataNodeOffsetSettingsBuilder>
The configurator for the offset setting.
Opacity(System.Double)
The opacity of the node.
Parameters
value - System.Double
The value for Opacity
Padding(System.Double)
The minimum vertical space between two nodes.
Parameters
value - System.Double
The value for Padding
Width(System.Double)
The width of the node.
Parameters
value - System.Double
The value for Width
Align(Kendo.Mvc.UI.NodesAlign)
The alignment of the node.
Parameters
value - NodesAlign
The value for Align