The tooltip template point.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ChartSeriesTooltipTemplatePoint : ChartSeriesPoint
Inheritance: objectChartSeriesPointChartSeriesTooltipTemplatePoint
Derived Classes:
Inherited Members
Constructors
C#
public ChartSeriesTooltipTemplatePoint()
Properties
The point value formatted as string (the default tooltip content).
C#
public string FormattedValue { get; set; }