RadzenSpiderChart component displays multi-dimensional data in a spider web format.
RadzenComponent.SetParametersAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnInitializedAsync
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 RadzenSpiderChart : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IRadzenSpiderChartRadzenSpiderChart component displays multi-dimensional data in a spider web format.
public RadzenSpiderChart()Gets or sets child content containing RadzenSpiderSeries components.
public RenderFragment ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets child content containing RadzenSpiderSeries components. |
Gets or sets the color scheme of the chart. Available schemes include Pastel (default), Palette, Monochrome, and custom color schemes.
public ColorScheme ColorScheme { get; set; }
| Type | Description |
|---|---|
| ColorScheme | Gets or sets the color scheme of the chart. Available schemes include Pastel (default), Palette, Monochrome, and custom color schemes. |
Gets or sets the grid shape of the chart.
public SpiderChartGridShape GridShape { get; set; }
| Type | Description |
|---|---|
| SpiderChartGridShape | Gets or sets the grid shape of the chart. |
Event callback for when a series (or a marker) is clicked. Matches SeriesClick behavior.
public EventCallback<SeriesClickEventArgs> SeriesClick { get; set; }
| Type | Description |
|---|---|
| EventCallback<SeriesClickEventArgs> | Event callback for when a series (or a marker) is clicked. Matches SeriesClick behavior. |
Gets or sets whether markers are visible.
public bool ShowMarkers { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets whether markers are visible. |
Gets or sets whether tooltips are shown.
public bool ShowTooltip { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets whether tooltips are shown. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |
protected override Task OnAfterRenderAsync(bool firstRender)
| Type | Name | Description |
|---|---|---|
| bool | firstRender |
| Type | Description |
|---|---|
| Task |
Called by JavaScript when the chart is resized.
public void Resize(double width, double height)
| Type | Name | Description |
|---|---|---|
| double | width | |
| double | height |