Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenSpiderChart

    RadzenSpiderChart component displays multi-dimensional data in a spider web format.

    Inheritance
    object
    ComponentBase
    RadzenComponent
    RadzenSpiderChart
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    IRadzenSpiderChart
    Inherited Members
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(MouseEventArgs)
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, int)
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.RaiseContextMenu(MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.AddContextMenu()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Dispose()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.Reference
    RadzenComponent.CurrentStyle
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(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 RadzenSpiderChart : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IRadzenSpiderChart

    Constructors

    RadzenSpiderChart()

    RadzenSpiderChart component displays multi-dimensional data in a spider web format.

    Declaration
    public RadzenSpiderChart()

    Properties

    ChildContent

    Gets or sets child content containing RadzenSpiderSeries components.

    Declaration
    [Parameter]
    public RenderFragment? ChildContent { get; set; }
    Property Value
    Type Description
    RenderFragment

    ColorScheme

    Gets or sets the color scheme of the chart. Available schemes include Pastel (default), Palette, Monochrome, and custom color schemes.

    Declaration
    [Parameter]
    public ColorScheme ColorScheme { get; set; }
    Property Value
    Type Description
    ColorScheme

    GridShape

    Gets or sets the grid shape of the chart.

    Declaration
    [Parameter]
    public SpiderChartGridShape GridShape { get; set; }
    Property Value
    Type Description
    SpiderChartGridShape

    SeriesClick

    Event callback for when a series (or a marker) is clicked. Matches SeriesClick behavior.

    Declaration
    [Parameter]
    public EventCallback<SeriesClickEventArgs> SeriesClick { get; set; }
    Property Value
    Type Description
    EventCallback<SeriesClickEventArgs>

    ShowMarkers

    Gets or sets whether markers are visible.

    Declaration
    [Parameter]
    public bool ShowMarkers { get; set; }
    Property Value
    Type Description
    bool

    ShowTooltip

    Gets or sets whether tooltips are shown.

    Declaration
    [Parameter]
    public bool ShowTooltip { get; set; }
    Property Value
    Type Description
    bool

    Methods

    BuildRenderTree(RenderTreeBuilder)

    RadzenSpiderChart component displays multi-dimensional data in a spider web format.

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    string
    Overrides
    RadzenComponent.GetComponentCssClass()

    OnAfterRenderAsync(bool)

    Called by the Blazor runtime.

    Declaration
    protected override Task OnAfterRenderAsync(bool firstRender)
    Parameters
    Type Name Description
    bool firstRender
    Returns
    Type Description
    Task
    Overrides
    RadzenComponent.OnAfterRenderAsync(bool)

    Resize(double, double)

    Called by JavaScript when the chart is resized.

    Declaration
    [JSInvokable]
    public void Resize(double width, double height)
    Parameters
    Type Name Description
    double width
    double height

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    IRadzenSpiderChart

    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