Class
ChartSeriesTooltipTemplatePoint

The tooltip template point.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChartSeriesTooltipTemplatePoint : ChartSeriesPoint

Inheritance: objectChartSeriesPointChartSeriesTooltipTemplatePoint

Derived Classes: ChartSeriesTooltipTemplateContext

Inherited Members ChartSeriesPoint.CategoryChartSeriesPoint.CategoryIndexChartSeriesPoint.SeriesIndexChartSeriesPoint.SeriesNameChartSeriesPoint.SeriesColorChartSeriesPoint.DataItemChartSeriesPoint.PercentageChartSeriesPoint.TotalChartSeriesPoint.RunningTotal

Constructors

ChartSeriesTooltipTemplatePoint()

Declaration

cs-api-definition
public ChartSeriesTooltipTemplatePoint()

Properties

FormattedValue

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

Declaration

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

Property Value

string