The tooltip template context.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ChartCrosshairTooltipTemplateContext
Inheritance: objectChartCrosshairTooltipTemplateContext
Constructors
C#
public ChartCrosshairTooltipTemplateContext()
Properties
The point value formatted as string (the default tooltip content).
C#
public string FormattedValue { get; set; }