ChartTooltipBase
Class
Definition
Namespace:Telerik.Generated.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class ChartTooltipBase : ChartSeriesTooltipBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartSeriesTooltipBaseChartTooltipBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected ChartTooltipBase()
Properties
If set to true the chart will display a single tooltip for every category.
C#
[Parameter]
public bool? Shared { get; set; }
Specifies the shared tooltip template.
C#
[Parameter]
public RenderFragment<ChartSeriesTooltipSharedTemplateContext> SharedTemplate { get; set; }