RadzenSpiderSeries<TItem> Class

Inheritance

Object

ComponentBase

RadzenComponent

RadzenSpiderSeries<TItem>

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenSpiderSeries<TItem> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Type Parameters

Name Description
TItem

Constructors

RadzenSpiderSeries<TItem>link

Declaration
public RadzenSpiderSeries<TItem>()

Properties

CategoryPropertylink

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

Declaration
public string CategoryProperty { get; set; }
Property Value
Type Description
stringGets or sets the property that provides the category values for this series.

Chartlink

Declaration
public RadzenSpiderChart Chart { get; set; }
Property Value
Type Description
RadzenSpiderChart

Datalink

Gets or sets the data for this series.

Declaration
public IEnumerable<TItem> Data { get; set; }
Property Value
Type Description
IEnumerable<TItem>Gets or sets the data for this series.

FormatStringlink

Gets or sets the format string for values.

Declaration
public string FormatString { get; set; }
Property Value
Type Description
stringGets or sets the format string for values.

IsVisiblelink

Gets whether the series is visible.

Declaration
public bool IsVisible { get; set; }
Property Value
Type Description
boolGets whether the series is visible.

MarkerSizelink

Gets or sets the marker size for this series.

Declaration
public double MarkerSize { get; set; }
Property Value
Type Description
doubleGets or sets the marker size for this series.

MarkersVisiblelink

Gets or sets whether markers are visible for this series.

Declaration
public bool MarkersVisible { get; set; }
Property Value
Type Description
boolGets or sets whether markers are visible for this series.

StrokeWidthlink

Gets or sets the stroke width for this series.

Declaration
public double StrokeWidth { get; set; }
Property Value
Type Description
doubleGets or sets the stroke width for this series.

Titlelink

Gets or sets the series title.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringGets or sets the series title.

ValueFormatterlink

Gets or sets the value formatter function.

Declaration
public Func<double, string> ValueFormatter { get; set; }
Property Value
Type Description
Func<double, string>Gets or sets the value formatter function.

ValuePropertylink

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

Declaration
public string ValueProperty { get; set; }
Property Value
Type Description
stringGets or sets the property that provides the values for this series.

Methods

BuildRenderTreelink

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

Disposelink

Disposes the component and removes it from the parent chart.

Declaration
public void Dispose()

MeasureLegendlink

Measures the legend text width for this series.

Declaration
public double MeasureLegend()
Returns
Type Description
double

OnInitializedAsynclink

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

RenderLegendItemlink

Renders the legend item for this series.

Declaration
public RenderFragment RenderLegendItem()
Returns
Type Description
RenderFragment

RenderLegendItemlink

Renders the legend item for this series.

Declaration
protected virtual RenderFragment RenderLegendItem(bool clickable)
Parameters
Type Name Description
bool clickable
Returns
Type Description
RenderFragment
An error has occurred. This app may no longer respond until reloaded. Reload 🗙