SankeyEventBuilder
Methods
LinkClick(System.String)
Fires when the user clicks a link.
For more information see LinkClick event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the linkClick event.
RETURNS
Returns the current instance of SankeyEventBuilder .
LinkClick(System.Func)
Fires when the user clicks a link.
For more information see LinkClick event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
LinkEnter(System.String)
Fires when the user enters a link. Similar to the mouseenter event.
For more information see LinkEnter event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the linkEnter event.
RETURNS
Returns the current instance of SankeyEventBuilder .
LinkEnter(System.Func)
Fires when the user enters a link. Similar to the mouseenter event.
For more information see LinkEnter event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
LinkLeave(System.String)
Fires when the user leaves a link. Similar to the mouseleave event.
For more information see LinkLeave event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the linkLeave event.
RETURNS
Returns the current instance of SankeyEventBuilder .
LinkLeave(System.Func)
Fires when the user leaves a link. Similar to the mouseleave event.
For more information see LinkLeave event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeClick(System.String)
Fires when the user clicks a node.
For more information see NodeClick event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the nodeClick event.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeClick(System.Func)
Fires when the user clicks a node.
For more information see NodeClick event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeEnter(System.String)
Fires when the user enters a node. Similar to the mouseenter event.
For more information see NodeEnter event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the nodeEnter event.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeEnter(System.Func)
Fires when the user enters a node. Similar to the mouseenter event.
For more information see NodeEnter event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeLeave(System.String)
Fires when the user leaves a node. Similar to the mouseleave event.
For more information see NodeLeave event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the nodeLeave event.
RETURNS
Returns the current instance of SankeyEventBuilder .
NodeLeave(System.Func)
Fires when the user leaves a node. Similar to the mouseleave event.
For more information see NodeLeave event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of SankeyEventBuilder .