Tooltips show the values behind a point on hover. You can customize their content, share one tooltip across series, split them, or turn them off.
To customize the tooltip content use the TooltipTemplate setting of the series.
Set Shared="true" on RadzenChartTooltipOptions to display a single tooltip listing the values of all series at the hovered category.
Set Split="true" on RadzenChartTooltipOptions to render one small tooltip box per series, each anchored near its own data point at the hovered category.
To disable the tooltips, set the Visible property of the RadzenChartTooltipOptions tag to false.
Provide a tooltip template for the series to render any markup you want in place of the default value.
Enable the shared tooltip so a single tooltip lists every series value at the hovered category.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT