Class ChartLegendItemArea
Telerik UI ChartLegendItemArea.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
ChartLegendItemArea
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChartLegendItemArea : DataVizChildComponent, IDisposable
Constructors
ChartLegendItemArea()
Declaration
public ChartLegendItemArea()
Properties
Background
The background color of the legend item. Accepts a valid CSS color string, including HEX and RGB. Defaults to the series color.
Declaration
public string Background { get; set; }
Property Value
System.String
|
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Opacity
The opacity of the legend item. Defaults to the series opacity.
Declaration
public Nullable<double> Opacity { get; set; }
Property Value
System.Nullable<System.Double>
|
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>
|