ClassTelerikSankey
Telerik UI Sankey component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikSankey : DataVizComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDataVizComponentTelerikSankey
Implements:
Inherited Members
Constructors
TelerikSankey()
Declaration
public TelerikSankey()
Properties
Data
Specifies the data of the component.
Declaration
[Parameter]
public SankeyData Data { get; set; }
Property Value
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
[Parameter]
public bool? DisableAutoLayout { get; set; }
Property Value
bool?
OnLinkClick
Specifies the link click event.
Declaration
[Parameter]
public EventCallback<SankeyLinkClickEventArgs> OnLinkClick { get; set; }
Property Value
OnLinkEnter
Specifies the link enter event.
Declaration
[Parameter]
public EventCallback<SankeyLinkEnterEventArgs> OnLinkEnter { get; set; }
Property Value
OnLinkLeave
Specifies the link leave event.
Declaration
[Parameter]
public EventCallback<SankeyLinkLeaveEventArgs> OnLinkLeave { get; set; }
Property Value
OnNodeClick
Specifies the node click event.
Declaration
[Parameter]
public EventCallback<SankeyNodeClickEventArgs> OnNodeClick { get; set; }
Property Value
OnNodeEnter
Specifies the node enter event.
Declaration
[Parameter]
public EventCallback<SankeyNodeEnterEventArgs> OnNodeEnter { get; set; }
Property Value
OnNodeLeave
Specifies the node leave event.
Declaration
[Parameter]
public EventCallback<SankeyNodeLeaveEventArgs> OnNodeLeave { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides