Class
ChartSeriesTooltipSharedTemplateContext

The shared template context for the chart tooltip.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class ChartSeriesTooltipSharedTemplateContext

Inheritance: objectChartSeriesTooltipSharedTemplateContext

Constructors

ChartSeriesTooltipSharedTemplateContext()

Declaration

public ChartSeriesTooltipSharedTemplateContext()

Properties

Category

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

Declaration

public object Category { get; set; }

Property Value

object

Points

The series tooltip points.

Declaration

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

Property Value

List<ChartSeriesTooltipTemplatePoint>