SankeyLabels
Class
Telerik UI SankeyLabels.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SankeyLabels : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentSankeyLabels
Implements:
Inherited Members
Constructors
C#
public SankeyLabels()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
Specifies the labels alignment.
C#
[Parameter]
public SankeyLabelsAlign? Align { get; set; }
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Specifies the labels position.
C#
[Parameter]
public SankeyLabelsPosition? Position { get; set; }