The Radar Line Chart serves to display data from multiple variables. Each variable has its own axis and all of them are joined in the center of the Radar. The series are represented as lines which are connected by data points on the different axes. It is useful for analyzing different metrics of multiple entities in one visual.
See the Blazor Radar Line Chart demo
The Radar Line chart component supports data binding and also provides the flexibility to bind axes and series to various data sources separately or together.
More about chart data binding in Blazor.
You can customize all aspects of the Radar Line chart – from the markers, series color, to their labels content, font, size, position, and tooltips.
See more about the Blazor Radar Line Chart in our documentation
The Radar Line Chart renders in the browser to preserve server resources. It has SVG markup and <canvas> rendering modes to improve performance further, and it can even animate during rendering for a smoother user experience.
The Label Format Strings in UI for Blazor Radar Line chart are culture aware so your users see, for example, the expected number formats with the decimal and thousands separators they are used to.
The Telerik Blazor Radar Line Chart component has several built-in themes such as Default (our own styling), Material (based on the Material Design guidelines), Bootstrap (which looks like the Bootstrap styling to integrate better) and Fluent (based on Microsoft Fluent UI). Each one uses predefined series colors and design guidelines. However, you can further customize any of the built-in themes, or create new one to match your colors and branding by using the Telerik SASS ThemeBuilder application.
The Telerik UI for Blazor Radar Line Chart component supports right-to-left configuration. The RTL functionality is supported by most of our components to accommodate users who communicate in a right-to-left language script, such as Arabic and Hebrew.
Learn more in our Blazor Right-to-Left Support documentation