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

Sankey

Properties

Theme - String

Data - SankeyDataSettings

The links of the Sankey. The links are the connections between the nodes. Each link has a sourceId and targetId that correspond to the id of the source and target nodes, and a value that represents the value of the link.

DisableAutoLayout - Nullable

Labels - SankeyLabelsSettings

The alignment of the label.

Legend - SankeyLegendSettings

The background color of the legend.

The color of the links.

Messages - SankeyMessagesSettings

The units string displayed in the tooltip.

Nodes - SankeyNodesSettings

The offset applied to the node's position.

Title - SankeyTitleSettings

The background color of the title. Accepts a valid CSS color string, including hex and rgb.

Tooltip - SankeyTooltipSettings

The element to which the tooltip will be appended.

Events - IDictionary

Id - String

SanitezeId - Boolean

Initializer - IJavaScriptInitializer

IsInClientTemplate - Boolean

IsSelfInitialized - Boolean

HasDeferredInitialization - Boolean

HtmlAttributes - IDictionary

HtmlHelper - IHtmlHelper

ModelMetadataProvider - IModelMetadataProvider

Name - String

Explorer - ModelExplorer

Selector - String

IdPrefix - String

ViewContext - ViewContext

ValueProvider - IValueProvider

UrlGenerator - IUrlGenerator

HtmlEncoder - HtmlEncoder

HasClientComponent - Boolean

Methods

WriteInitializationScript(System.IO.TextWriter)

Writes the initialization script.

Parameters

writer - System.IO.TextWriter

The System.IO.TextWriter.

Serialize()

Serialize current instance to Dictionary

Render()

Renders the component.

ToClientTemplate()

ToHtmlString()

VerifySettings()

WriteDeferredStyles(System.IO.TextWriter)

Writes the deferred styes.

Parameters

writer - System.IO.TextWriter

The writer.

DeferStyles()

ProcessSettings()

GetHtml(System.Boolean)

Parameters

includeScript - System.Boolean

GetInitializator()

WriteDeferredScriptInitialization()

In this article
Not finding the help you need?