Configures the legend of a RadzenSpiderChart.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.BuildRenderTree
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenSpiderLegend : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderConfigures the legend of a RadzenSpiderChart.
public RadzenSpiderLegend()Gets or sets the parent spider chart (non-generic contract).
public IRadzenSpiderChart Chart { get; set; }
| Type | Description |
|---|---|
| IRadzenSpiderChart | Gets or sets the parent spider chart (non-generic contract). |
Gets or sets the legend position.
public LegendPosition Position { get; set; }
| Type | Description |
|---|---|
| LegendPosition | Gets or sets the legend position. |
Gets or sets a value indicating whether the legend is visible.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the legend is visible. |