Non-generic contract for RadzenSpiderChart used by configuration components like RadzenSpiderLegend without relying on reflection (important for trimming/AOT).
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public interface IRadzenSpiderChartGets or sets the legend configuration for the chart.
public RadzenSpiderLegend Legend { get; set; }
| Type | Description |
|---|---|
| RadzenSpiderLegend | Gets or sets the legend configuration for the chart. |
Requests the chart to refresh its rendering.
public abstract Task Refresh()
| Type | Description |
|---|---|
| Task |