SankeyTooltipSettingsBuilder
Methods
AppendTo(System.String)
The element to which the tooltip will be appended.
Parameters
value - System.String
The value for AppendTo
Delay(System.Double)
The delay in milliseconds before the tooltip is displayed.
Parameters
value - System.Double
The value for Delay
FollowPointer(System.Boolean)
If set to true, the tooltip will follow the mouse pointer.
Parameters
value - System.Boolean
The value for FollowPointer
FollowPointer()
If set to true, the tooltip will follow the mouse pointer.
LinkTemplate(System.String)
The template which renders the tooltip content for the links.
Parameters
value - System.String
The value for LinkTemplate
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
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
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
LinkTemplate(Kendo.Mvc.UI.TemplateBuilder)
The template which renders the tooltip content for the links.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the linktemplate.
NodeTemplate(System.String)
The template which renders the tooltip content for the nodes.
Parameters
value - System.String
The value for NodeTemplate
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
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
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
NodeTemplate(Kendo.Mvc.UI.TemplateBuilder)
The template which renders the tooltip content for the nodes.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the nodetemplate.
Offset(System.Double)
The distance between the tooltip and the mouse pointer in pixels.
Parameters
value - System.Double
The value for Offset