Class RadzenSpiderLegend
Configures the legend of a RadzenSpiderChart.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenSpiderLegend : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
RadzenSpiderLegend()
Configures the legend of a RadzenSpiderChart.
Declaration
public RadzenSpiderLegend()
Properties
Chart
Gets or sets the parent spider chart (non-generic contract).
Declaration
[CascadingParameter]
public IRadzenSpiderChart? Chart { get; set; }
Property Value
| Type | Description |
|---|---|
| IRadzenSpiderChart |
Position
Gets or sets the legend position.
Declaration
[Parameter]
public LegendPosition Position { get; set; }
Property Value
| Type | Description |
|---|---|
| LegendPosition |
Visible
Gets or sets a value indicating whether the legend is visible.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
OnInitialized()
Configures the legend of a RadzenSpiderChart.
Declaration
protected override void OnInitialized()
Overrides
SetParametersAsync(ParameterView)
Configures the legend of a RadzenSpiderChart.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
Returns
| Type | Description |
|---|---|
| Task |