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.
Links - SankeyLinksSettings
The color of the links.
Messages - SankeyMessagesSettings
The units string displayed in the tooltip.
Nodes - SankeyNodesSettings
The node focus highlight configuration options.
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
Writer - IJavaScriptWriter
Initializer - IJavaScriptInitializer
IsInClientTemplate - Boolean
IsSelfInitialized - Boolean
HasDeferredInitialization - Boolean
HtmlAttributes - IDictionary
ScriptAttributes - IDictionary
HtmlHelper - IHtmlHelper
ModelMetadataProvider - IModelMetadataProvider
Name - String
Explorer - ModelExplorer
Selector - String
IdPrefix - String
ViewContext - ViewContext
ValueProvider - IValueProvider
UrlGenerator - IUrlGenerator
HtmlEncoder - HtmlEncoder
HasClientComponent - Boolean
UseMvvmInitialization - 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.