A spider chart, also called a radar chart, plots several measures on axes radiating from a center, so you can compare a profile across many dimensions at once - skills, product specs, or survey scores.
RadzenSpiderChart displays one or more RadzenSpiderSeries with CategoryProperty and ValueProperty bindings.
Console log
Use the GridShape property to switch between a polygon and circular grid.
Set the ColorScheme property to apply a built-in color palette to all series.
Configure the legend with RadzenSpiderLegend. Control its Position and Visible properties.
Use the ValueFormatter property on each series to customize how values are displayed in tooltips.
Combine GridShape="Circular" with ShowAxisValues="true" and many directional categories to create a polar chart.
Toggle data point markers with the ShowMarkers property.
When you want to compare items across several measures at once and see their overall shape - player stats, product attributes, or assessment scores across categories.
A value per axis for each series. Every series is drawn as a closed shape across the same set of axes, so you can overlay and compare them.
They share the radial layout. A spider chart connects points into a shape, while a radar column draws bars out from the center - use columns when you want to compare each category's magnitude rather than an overall profile.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT