Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenSpiderLegend

    Configures the legend of a RadzenSpiderChart.

    Inheritance
    object
    ComponentBase
    RadzenSpiderLegend
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    ComponentBase.OnInitialized()

    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
    Overrides
    ComponentBase.SetParametersAsync(ParameterView)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2026 Radzen. Source Code licensed under MIT