Class
ChartTooltipBase

Definition

Namespace:Telerik.Generated.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class ChartTooltipBase : ChartSeriesTooltipBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseDataVizChildComponentChartSeriesTooltipBaseChartTooltipBase

Derived Classes: ChartTooltipStockChartTooltip

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ChartSeriesTooltipBase.TemplateDataVizChildComponent.OnInitialized()DataVizChildComponent.Dispose()DataVizChildComponent.Dispose(bool)ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

Constructors

ChartTooltipBase()

Declaration

cs-api-definition
protected ChartTooltipBase()

Properties

Shared

If set to true the chart will display a single tooltip for every category.

Declaration

cs-api-definition
[Parameter]
public bool? Shared { get; set; }

Property Value

bool?

SharedTemplate

Specifies the shared tooltip template.

Declaration

cs-api-definition
[Parameter]
public RenderFragment<ChartSeriesTooltipSharedTemplateContext> SharedTemplate { get; set; }

Property Value

RenderFragment<ChartSeriesTooltipSharedTemplateContext>