UI for Blazor
The Blazor Radar Area Chart displays multivariate data. The series are marked with data points connected with lines and filled in to represent the area of each variable depending on its metrics. Each variable has its own axis and all of them are joined in the center of the Radar. It is useful for comparing combinations of several entities in one visual.
You can customize all aspects of the Radar Area chart – from the markers, series color, to their labels content, font, size, position, and tooltips.
With the Radar Area chart component, both its data and axes can be bound to your various data sources separately or together.
More about chart data binding in Blazor.
The Label Format Strings in UI for Blazor Radar Area chart will use the current culture when formatting so it will use the correct decimal and thousands separators for example.
The Telerik Blazor Radar Area Chart has several built-in themes such as Default, Material, Bootstrap and Fluent that use predefined series colors and design. However, you can also use the Telerik SASS ThemeBuilder application to mix and match colors on top of the built-in themes or create a new one and customize the design of the component yourself.
The Telerik UI for Blazor Radar Area 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