New to Telerik UI for BlazorStart a free 30-day trial

Telerik UI SankeyLegendItem.

Definition

Constructors

C#
public SankeyLegendItem()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

The background color of the legend item square element. Accepts a valid CSS color string, including HEX and RGB. Defaults to the corresponding node color.

C#
[Parameter]
public string AreaBackground { get; set; }

The opacity of the legend item square element. Defaults to the corresponding node opacity.

C#
[Parameter]
public double? AreaOpacity { get; set; }
C#
[Parameter]
public RenderFragment ChildContent { get; set; }

The cursor style of the legend item.

C#
[Parameter]
public string Cursor { get; set; }