Table of Contents

Class RadzenChartTooltipOptions

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Contains RadzenChart tooltip configuration.

public class RadzenChartTooltipOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenChartTooltipOptions
Implements
Inherited Members

Constructors

RadzenChartTooltipOptions()

public RadzenChartTooltipOptions()

Properties

Style

Gets or sets the CSS style of the tooltip.

[Parameter]
public string Style { get; set; }

Property Value

string

The style.

Visible

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

[Parameter]
public bool Visible { get; set; }

Property Value

bool

true to display tooltips; otherwise, false.

Methods

Initialize()

protected override void Initialize()

ShouldRefreshChart(ParameterView)

protected override bool ShouldRefreshChart(ParameterView parameters)

Parameters

parameters ParameterView

Returns

bool