Class SankeyLegendItem
Telerik UI SankeyLegendItem.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
SankeyLegendItem
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SankeyLegendItem : DataVizChildComponent, IDisposable
Constructors
SankeyLegendItem()
Declaration
public SankeyLegendItem()
Properties
AreaBackground
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.
Declaration
public string AreaBackground { get; set; }
Property Value
System.String
|
AreaOpacity
The opacity of the legend item square element. Defaults to the corresponding node opacity.
Declaration
public Nullable<double> AreaOpacity { get; set; }
Property Value
System.Nullable<System.Double>
|
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Cursor
The cursor style of the legend item.
Declaration
public string Cursor { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
Telerik.Generated.Blazor.Components.DataVizChildComponent.OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|