SankeyLegendItem
Class
Telerik UI SankeyLegendItem.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SankeyLegendItem : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentSankeyLegendItem
Implements:
Inherited Members
Constructors
C#
public SankeyLegendItem()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
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; }