Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenSpiderSeries<TItem>

    Inheritance
    object
    ComponentBase
    RadzenComponent
    RadzenSpiderSeries<TItem>
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(MouseEventArgs)
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.GetComponentCssClass()
    RadzenComponent.Debounce(Func<Task>, int)
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.OnAfterRenderAsync(bool)
    RadzenComponent.RaiseContextMenu(MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.AddContextMenu()
    RadzenComponent.RaiseMouseLeave()
    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.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 RadzenSpiderSeries<TItem> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
    Type Parameters
    Name Description
    TItem

    Constructors

    RadzenSpiderSeries()

    Declaration
    public RadzenSpiderSeries()

    Properties

    CategoryProperty

    Gets or sets the property that provides the category values for this series.

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

    Chart

    Declaration
    [CascadingParameter]
    public RadzenSpiderChart? Chart { get; set; }
    Property Value
    Type Description
    RadzenSpiderChart

    Data

    Gets or sets the data for this series.

    Declaration
    [Parameter]
    public IEnumerable<TItem> Data { get; set; }
    Property Value
    Type Description
    IEnumerable<TItem>

    FormatString

    Gets or sets the format string for values.

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

    IsVisible

    Gets whether the series is visible.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    bool

    MarkerSize

    Gets or sets the marker size for this series.

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

    MarkersVisible

    Gets or sets whether markers are visible for this series.

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

    StrokeWidth

    Gets or sets the stroke width for this series.

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

    Title

    Gets or sets the series title.

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

    ValueFormatter

    Gets or sets the value formatter function.

    Declaration
    [Parameter]
    public Func<double, string> ValueFormatter { get; set; }
    Property Value
    Type Description
    Func<double, string>

    ValueProperty

    Gets or sets the property that provides the values for this series.

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

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

    Dispose()

    Disposes the component and removes it from the parent chart.

    Declaration
    public void Dispose()

    MeasureLegend()

    Measures the legend text width for this series.

    Declaration
    public double MeasureLegend()
    Returns
    Type Description
    double

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    Task
    Overrides
    ComponentBase.OnInitializedAsync()

    RenderLegendItem()

    Renders the legend item for this series.

    Declaration
    public RenderFragment RenderLegendItem()
    Returns
    Type Description
    RenderFragment

    RenderLegendItem(bool)

    Renders the legend item for this series.

    Declaration
    protected virtual RenderFragment RenderLegendItem(bool clickable)
    Parameters
    Type Name Description
    bool clickable
    Returns
    Type Description
    RenderFragment

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable

    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