Class
ChartCrosshairTooltipTemplateContext

The tooltip template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChartCrosshairTooltipTemplateContext

Inheritance: objectChartCrosshairTooltipTemplateContext

Constructors

ChartCrosshairTooltipTemplateContext()

Declaration

cs-api-definition
public ChartCrosshairTooltipTemplateContext()

Properties

FormattedValue

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

Declaration

cs-api-definition
public string FormattedValue { get; set; }

Property Value

string