IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.GetComponentCssClass
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenSpiderSeries<TItem> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TItem |
Gets or sets the property that provides the category values for this series.
public string CategoryProperty { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the property that provides the category values for this series. |
public RadzenSpiderChart Chart { get; set; }
| Type | Description |
|---|---|
| RadzenSpiderChart |
Gets or sets the data for this series.
public IEnumerable<TItem> Data { get; set; }
| Type | Description |
|---|---|
| IEnumerable<TItem> | Gets or sets the data for this series. |
Gets or sets the format string for values.
public string FormatString { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the format string for values. |
Gets whether the series is visible.
public bool IsVisible { get; set; }
| Type | Description |
|---|---|
| bool | Gets whether the series is visible. |
Gets or sets the marker size for this series.
public double MarkerSize { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the marker size for this series. |
Gets or sets whether markers are visible for this series.
public bool MarkersVisible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets whether markers are visible for this series. |
Gets or sets the stroke width for this series.
public double StrokeWidth { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the stroke width for this series. |
Gets or sets the series title.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the series title. |
Gets or sets the value formatter function.
public Func<double, string> ValueFormatter { get; set; }
| Type | Description |
|---|---|
| Func<double, string> | Gets or sets the value formatter function. |
Gets or sets the property that provides the values for this series.
public string ValueProperty { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the property that provides the values for this series. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
Disposes the component and removes it from the parent chart.
public void Dispose()Measures the legend text width for this series.
public double MeasureLegend()
| Type | Description |
|---|---|
| double |
protected override Task OnInitializedAsync()
| Type | Description |
|---|---|
| Task |
Renders the legend item for this series.
public RenderFragment RenderLegendItem()
| Type | Description |
|---|---|
| RenderFragment |
Renders the legend item for this series.
protected virtual RenderFragment RenderLegendItem(bool clickable)
| Type | Name | Description |
|---|---|---|
| bool | clickable |
| Type | Description |
|---|---|
| RenderFragment |