Class ChartSeriesTooltipTemplatePoint
The tooltip template point.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChartSeriesTooltipTemplatePoint : ChartSeriesPoint
Constructors
ChartSeriesTooltipTemplatePoint()
Declaration
public ChartSeriesTooltipTemplatePoint()
Properties
FormattedValue
The point value formatted as string (the default tooltip content).
Declaration
public string FormattedValue { get; set; }
Property Value
System.String
|