Class
ChartCrosshairTooltipTemplateContext

The tooltip template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class ChartCrosshairTooltipTemplateContext

Inheritance: objectChartCrosshairTooltipTemplateContext

Constructors

ChartCrosshairTooltipTemplateContext()

Declaration

public ChartCrosshairTooltipTemplateContext()

Properties

FormattedValue

The point value formatted as string (the default tooltip content).

Declaration

public string FormattedValue { get; set; }

Property Value

string