RadzenSpiderSeries<TItem> Class

RadzenSpiderSeries component.

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 to this section

RadzenSpiderSeries component.

Declaration
public RadzenSpiderSeries<TItem>()

Properties

CategoryPropertyLink to this section

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 to this section

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

DataLink to this section

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 to this section

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 to this section

Gets whether the series is visible.

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

MarkerSizeLink to this section

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 to this section

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 to this section

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 to this section

Gets or sets the series title.

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

ValueFormatterLink to this section

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 to this section

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 to this section

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

DisposeLink to this section

Disposes the component and removes it from the parent chart.

Declaration
public void Dispose()

MeasureLegendLink to this section

Measures the legend text width for this series.

Declaration
public double MeasureLegend()
Returns
Type Description
double

OnInitializedAsyncLink to this section

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

RenderLegendItemLink to this section

Renders the legend item for this series.

Declaration
public RenderFragment RenderLegendItem()
Returns
Type Description
RenderFragment

RenderLegendItemLink to this section

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 🗙