RadzenChartTooltipOptions Class

Contains RadzenChart tooltip configuration.

Inheritance

Object

ComponentBase

RadzenChartComponentBase

RadzenChartTooltipOptions

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

RadzenChartComponentBase.SetParametersAsync

RadzenChartComponentBase.ValidateParameters

RadzenChartComponentBase.DidParameterChange

RadzenChartComponentBase.Chart

ComponentBase.BuildRenderTree

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenChartTooltipOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenChartTooltipOptionslink

Contains RadzenChart tooltip configuration.

Declaration
public RadzenChartTooltipOptions()

Properties

Sharedlink

Enable or disable shared tooltips (one tooltip displaying data for all values for the same category). By default set to false (a separate tooltip is shown for each point in the category).

Declaration
public bool Shared { get; set; }
Property Value
Type Description
boolEnable or disable shared tooltips (one tooltip displaying data for all values for the same category). By default set to false (a separate tooltip is shown for each point in the category).

Stylelink

Gets or sets the CSS style of the tooltip.

Declaration
public string Style { get; set; }
Property Value
Type Description
stringGets or sets the CSS style of the tooltip.

Visiblelink

Gets or sets a value indicating whether to show tooltips. By default RadzenChart displays tooltips.

Declaration
public bool Visible { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether to show tooltips. By default RadzenChart displays tooltips.

Methods

Initializelink

Declaration
protected override void Initialize()

ShouldRefreshChartlink

Declaration
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙