Sankey
Properties
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.
Links - SankeyLinksSettings
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.
Theme - String
Initializer - IJavaScriptInitializer
Events - IDictionary
Name - String
Id - String
ShouldSanitezeId - Boolean
ModelMetadata - ModelMetadata
HtmlAttributes - IDictionary
ViewContext - ViewContext
ViewData - ViewDataDictionary
IsSelfInitialized - Boolean
IsInClientTemplate - Boolean
HasDeferredInitialization - Boolean
Selector - String
HasClientComponent - Boolean
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer - System.IO.TextWriter
The System.IO.TextWriter.
Serialize()
Render()
Renders the component.
VerifySettings()
ToHtmlString()
GetHtml(System.Boolean)
Parameters
includeScript - System.Boolean
GetInitializator()
WriteDeferredStyles(System.IO.TextWriter)
Writes the deferred styes.
Parameters
writer - System.IO.TextWriter
The writer.