Definition
Namespace:Telerik.Generated.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class ChartSeriesTooltipBase : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartSeriesTooltipBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected ChartSeriesTooltipBase()
Properties
Specifies the tooltip template.
C#
[Parameter]
public RenderFragment<ChartSeriesTooltipTemplateContext> Template { get; set; }