SankeyNodesSettingsBuilder
Methods
FocusHighlight(System.Action)
The node focus highlight configuration options.
Parameters
configurator - System.Action<SankeyNodesFocusHighlightSettingsBuilder>
The configurator for the focushighlight setting.
RETURNS
Returns the current instance of SankeyNodesSettingsBuilder .
Labels(System.Action)
The node labels configuration options.
Parameters
configurator - System.Action<SankeyNodesLabelsSettingsBuilder>
The configurator for the labels setting.
RETURNS
Returns the current instance of SankeyNodesSettingsBuilder .
Offset(System.Action)
The offset applied to the node's position.
Parameters
configurator - System.Action<SankeyNodesOffsetSettingsBuilder>
The configurator for the offset setting.
RETURNS
Returns the current instance of SankeyNodesSettingsBuilder .
Padding(System.Double)
The minimum vertical space between two nodes.
Parameters
value - System.Double
The value for Padding
RETURNS
Returns the current SankeyNodesSettingsBuilder instance.
Width(System.Double)
The width of the node.
Parameters
value - System.Double
The value for Width
RETURNS
Returns the current SankeyNodesSettingsBuilder instance.
Align(Kendo.Mvc.UI.NodesAlign)
The alignment of the node.
Parameters
value - NodesAlign
The value for Align
RETURNS
Returns the current SankeyNodesSettingsBuilder instance.