New to Telerik UI for ASP.NET MVC? Download free 30-day trial

SankeyTooltipSettingsBuilder

Methods

AppendTo(System.String)

The element to which the tooltip will be appended.

Parameters

value - System.String

The value that configures the appendto.

Delay(System.Double)

The delay in milliseconds before the tooltip is displayed.

Parameters

value - System.Double

The value that configures the delay.

FollowPointer(System.Boolean)

If set to true, the tooltip will follow the mouse pointer.

Parameters

value - System.Boolean

The value that configures the followpointer.

LinkTemplate(System.String)

The template which renders the tooltip content for the links.

Parameters

value - System.String

The value that configures the linktemplate.

LinkTemplateId(System.String)

The template which renders the tooltip content for the links.

Parameters

value - System.String

The value that configures the linktemplate.

LinkTemplateView(System.Web.Mvc.MvcHtmlString)

The template which renders the tooltip content for the links.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the linktemplate.

LinkTemplateHandler(System.String)

The template which renders the tooltip content for the links.

Parameters

value - System.String

The value that configures the 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 that configures the nodetemplate.

NodeTemplateId(System.String)

The template which renders the tooltip content for the nodes.

Parameters

value - System.String

The value that configures the nodetemplate.

NodeTemplateView(System.Web.Mvc.MvcHtmlString)

The template which renders the tooltip content for the nodes.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the nodetemplate.

NodeTemplateHandler(System.String)

The template which renders the tooltip content for the nodes.

Parameters

value - System.String

The value that configures the 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 that configures the offset.

In this article
Not finding the help you need?