Class RadzenChartTooltipOptions
Contains RadzenChart tooltip configuration.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenChartTooltipOptions : RadzenChartComponentBase
Properties
Shared
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 |
---|---|
System.Boolean |
Style
Gets or sets the CSS style of the tooltip.
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String | The style. |
Visible
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 |
---|---|
System.Boolean |
|
Methods
Initialize()
Perform initialization when Chart is set.
Declaration
protected override void Initialize()
Overrides
ShouldRefreshChart(ParameterView)
Determines if RadzenChart should render.
Declaration
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters | The parameters. |
Returns
Type | Description |
---|---|
System.Boolean |