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
RETURNS
The current SankeyDataSettingsNodeBuilder instance
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
RETURNS
Returns the current SankeyDataSettingsNodeBuilder instance.
Label(System.Action)
The label of the node.
Parameters
configurator - System.Action<SankeyDataNodeLabelSettingsBuilder>
The configurator for the label setting.
RETURNS
Returns the current instance of SankeyDataSettingsNodeBuilder .
Offset(System.Action)
The offset applied to the node's position.
Parameters
configurator - System.Action<SankeyDataNodeOffsetSettingsBuilder>
The configurator for the offset setting.
RETURNS
Returns the current instance of SankeyDataSettingsNodeBuilder .
Opacity(System.Double)
The opacity of the node.
Parameters
value - System.Double
The value for Opacity
RETURNS
Returns the current SankeyDataSettingsNodeBuilder instance.
Padding(System.Double)
The minimum vertical space between two nodes.
Parameters
value - System.Double
The value for Padding
RETURNS
Returns the current SankeyDataSettingsNodeBuilder instance.
Width(System.Double)
The width of the node.
Parameters
value - System.Double
The value for Width
RETURNS
Returns the current SankeyDataSettingsNodeBuilder instance.
Align(Kendo.Mvc.UI.NodesAlign)
The alignment of the node.
Parameters
value - NodesAlign
The value for Align
RETURNS
Returns the current SankeyDataSettingsNodeBuilder instance.