SankeyTooltipSettingsTagHelper

Example

Razor
<tooltip>
    <link-template></link-template>
    <node-template></node-template>
</tooltip>

ChildTags

Tag NameDetails
link-templateTemplateTagHelper
node-templateTemplateTagHelper

Attributes

AttributeTypeDescription
append-toStringThe element to which the tooltip will be appended.
delayDoubleThe delay in milliseconds before the tooltip is displayed.
follow-pointerBooleanIf set to true, the tooltip will follow the mouse pointer.
link-templateStringThe template which renders the tooltip content for the links.
link-template-handlerStringThe template which renders the tooltip content for the links.
link-template-idStringThe template which renders the tooltip content for the links.
link-template-viewIHtmlContentThe template which renders the tooltip content for the links.
node-templateStringThe template which renders the tooltip content for the nodes.
node-template-handlerStringThe template which renders the tooltip content for the nodes.
node-template-idStringThe template which renders the tooltip content for the nodes.
node-template-viewIHtmlContentThe template which renders the tooltip content for the nodes.
offsetDoubleThe distance between the tooltip and the mouse pointer in pixels.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support