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

The shared template context for the chart tooltip.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChartSeriesTooltipSharedTemplateContext

Inheritance: objectChartSeriesTooltipSharedTemplateContext

Constructors

C#
public ChartSeriesTooltipSharedTemplateContext()

Properties

The point category value. Available for categorical points only (bar, column, line, etc.).

C#
public object Category { get; set; }

The series tooltip points.

C#
public List<ChartSeriesTooltipTemplatePoint> Points { get; set; }