Class TelerikSankey
Telerik UI Sankey component.
Inheritance
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikSankey : DataVizComponent, IDisposable
Constructors
TelerikSankey()
Declaration
public TelerikSankey()
Properties
Data
Specifies the data of the component.
Declaration
public SankeyData Data { get; set; }
Property Value
SankeyData
|
DisableAutoLayout
If set to true, the Sankey will not automatically reorder the nodes to reduce the number of links that cross over each other.
Declaration
public Nullable<bool> DisableAutoLayout { get; set; }
Property Value
System.Nullable<System.Boolean>
|
OnLinkClick
Specifies the link click event.
Declaration
public EventCallback<SankeyLinkClickEventArgs> OnLinkClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<SankeyLinkClickEventArgs>
|
OnLinkEnter
Specifies the link enter event.
Declaration
public EventCallback<SankeyLinkEnterEventArgs> OnLinkEnter { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<SankeyLinkEnterEventArgs>
|
OnLinkLeave
Specifies the link leave event.
Declaration
public EventCallback<SankeyLinkLeaveEventArgs> OnLinkLeave { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<SankeyLinkLeaveEventArgs>
|
OnNodeClick
Specifies the node click event.
Declaration
public EventCallback<SankeyNodeClickEventArgs> OnNodeClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<SankeyNodeClickEventArgs>
|
OnNodeEnter
Specifies the node enter event.
Declaration
public EventCallback<SankeyNodeEnterEventArgs> OnNodeEnter { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<SankeyNodeEnterEventArgs>
|
OnNodeLeave
Specifies the node leave event.
Declaration
public EventCallback<SankeyNodeLeaveEventArgs> OnNodeLeave { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<SankeyNodeLeaveEventArgs>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()