RadzenSpiderChart Class

RadzenSpiderChart component displays multi-dimensional data in a spider web format.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenSpiderChart

Implements

IComponent

IHandleEvent

IHandleAfterRender

IRadzenSpiderChart

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenSpiderChart : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IRadzenSpiderChart

Constructors

RadzenSpiderChartlink

RadzenSpiderChart component displays multi-dimensional data in a spider web format.

Declaration
public RadzenSpiderChart()

Properties

ChildContentlink

Gets or sets child content containing RadzenSpiderSeries components.

Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragmentGets or sets child content containing RadzenSpiderSeries components.

ColorSchemelink

Gets or sets the color scheme of the chart. Available schemes include Pastel (default), Palette, Monochrome, and custom color schemes.

Declaration
public ColorScheme ColorScheme { get; set; }
Property Value
Type Description
ColorSchemeGets or sets the color scheme of the chart. Available schemes include Pastel (default), Palette, Monochrome, and custom color schemes.

GridShapelink

Gets or sets the grid shape of the chart.

Declaration
public SpiderChartGridShape GridShape { get; set; }
Property Value
Type Description
SpiderChartGridShapeGets or sets the grid shape of the chart.

SeriesClicklink

Event callback for when a series (or a marker) is clicked. Matches SeriesClick behavior.

Declaration
public EventCallback<SeriesClickEventArgs> SeriesClick { get; set; }
Property Value
Type Description
EventCallback<SeriesClickEventArgs>Event callback for when a series (or a marker) is clicked. Matches SeriesClick behavior.

ShowMarkerslink

Gets or sets whether markers are visible.

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

ShowTooltiplink

Gets or sets whether tooltips are shown.

Declaration
public bool ShowTooltip { get; set; }
Property Value
Type Description
boolGets or sets whether tooltips are shown.

Methods

BuildRenderTreelink

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

GetComponentCssClasslink

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

OnAfterRenderAsynclink

Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type Name Description
bool firstRender
Returns
Type Description
Task

Resizelink

Called by JavaScript when the chart is resized.

Declaration
public void Resize(double width, double height)
Parameters
Type Name Description
double width
double height
An error has occurred. This app may no longer respond until reloaded. Reload 🗙