SankeyNodesLabelsSettingsBuilder
Methods
AriaTemplate(System.String)
The template that will be used for the aria-label attribute of the node.
Parameters
value - System.String
The value for AriaTemplate
AriaTemplateId(System.String)
The template that will be used for the aria-label attribute of the node.
Parameters
templateId - System.String
The ID of the template element for AriaTemplate
AriaTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template that will be used for the aria-label attribute of the node.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for AriaTemplate
AriaTemplateHandler(System.String)
The template that will be used for the aria-label attribute of the node.
Parameters
templateHandler - System.String
The handler that returs the template for AriaTemplate
AriaTemplate(Kendo.Mvc.UI.TemplateBuilder)
The template that will be used for the aria-label attribute of the node.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the ariatemplate.