New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
protected ChartTooltipBase()

Properties

If set to true the chart will display a single tooltip for every category.

C#
[Parameter]
public bool? Shared { get; set; }

Specifies the shared tooltip template.

C#
[Parameter]
public RenderFragment<ChartSeriesTooltipSharedTemplateContext> SharedTemplate { get; set; }