SankeyLinks
Class
Telerik UI SankeyLinks. Children: SankeyLinksHighlight.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SankeyLinks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentSankeyLinks
Implements:
Inherited Members
Constructors
C#
public SankeyLinks()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
The content of the component. Children: SankeyLinksHighlight.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Specifies the legend color type of the links.
C#
[Parameter]
public SankeyLinksColorType? ColorType { get; set; }