SankeyTooltipSettingsBuilder
Methods
AppendTo(System.String)
The element to which the tooltip will be appended.
Parameters
value - System.String
The value for AppendTo
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
Delay(System.Double)
The delay in milliseconds before the tooltip is displayed.
Parameters
value - System.Double
The value for Delay
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
FollowPointer(System.Boolean)
If set to true, the tooltip will follow the mouse pointer.
Parameters
value - System.Boolean
The value for FollowPointer
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
FollowPointer()
If set to true, the tooltip will follow the mouse pointer.
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
LinkTemplate(System.String)
The template which renders the tooltip content for the links.
Parameters
value - System.String
The value for LinkTemplate
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
LinkTemplateId(System.String)
The template which renders the tooltip content for the links.
Parameters
templateId - System.String
The ID of the template element for LinkTemplate
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
LinkTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which renders the tooltip content for the links.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for LinkTemplate
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
LinkTemplateHandler(System.String)
The template which renders the tooltip content for the links.
Parameters
templateHandler - System.String
The handler that returs the template for LinkTemplate
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
LinkTemplate(Kendo.Mvc.UI.Fluent.TemplateBuilder)
The template which renders the tooltip content for the links.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the linktemplate.
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
NodeTemplate(System.String)
The template which renders the tooltip content for the nodes.
Parameters
value - System.String
The value for NodeTemplate
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
NodeTemplateId(System.String)
The template which renders the tooltip content for the nodes.
Parameters
templateId - System.String
The ID of the template element for NodeTemplate
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
NodeTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which renders the tooltip content for the nodes.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for NodeTemplate
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
NodeTemplateHandler(System.String)
The template which renders the tooltip content for the nodes.
Parameters
templateHandler - System.String
The handler that returs the template for NodeTemplate
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
NodeTemplate(Kendo.Mvc.UI.Fluent.TemplateBuilder)
The template which renders the tooltip content for the nodes.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the nodetemplate.
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.
Offset(System.Double)
The distance between the tooltip and the mouse pointer in pixels.
Parameters
value - System.Double
The value for Offset
RETURNS
Returns the current SankeyTooltipSettingsBuilder instance.