Contains RadzenChart tooltip configuration.
IComponent
IHandleEvent
IHandleAfterRender
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
public class RadzenChartTooltipOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRenderContains RadzenChart tooltip configuration.
public RadzenChartTooltipOptions()Enable or disable highlighting of the data point the tooltip refers to. When enabled an enlarged dot with a soft halo is rendered at the active data point and glides between points as the cursor moves. With Shared tooltips a dot is rendered for every series at the snapped category. On by default.
public bool HighlightDataPoint { get; set; }
| Type | Description |
|---|---|
| bool | Enable or disable highlighting of the data point the tooltip refers to. When enabled an enlarged dot with a soft halo is rendered at the active data point and glides between points as the cursor moves. With Shared tooltips a dot is rendered for every series at the snapped category. On by default. |
Enable split tooltips — one small tooltip box per series, each anchored near its own data point at the snapped category X. Off by default.
public bool Split { get; set; }
| Type | Description |
|---|---|
| bool | Enable split tooltips — one small tooltip box per series, each anchored near its own data point at the snapped category X. Off by default. |
Gets or sets the CSS style of the tooltip.
public string Style { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the CSS style of the tooltip. |
Specifies when the tooltip is displayed. Point requires the cursor to be near a data point; Axis follows the nearest category anywhere inside the plot area. The default Auto uses Axis when the category crosshair is enabled or the chart is in a sync group.
public ChartTooltipTrigger Trigger { get; set; }
| Type | Description |
|---|---|
| ChartTooltipTrigger | Specifies when the tooltip is displayed. Point requires the cursor to be near a data point; Axis follows the nearest category anywhere inside the plot area. The default Auto uses Axis when the category crosshair is enabled or the chart is in a sync group. |
Gets or sets a value indicating whether to show tooltips. By default RadzenChart displays tooltips.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether to show tooltips. By default RadzenChart displays tooltips. |
protected override bool ShouldRefreshChart(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| bool |