Specifies when RadzenChart displays tooltips. Used by RadzenChartTooltipOptions.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public enum ChartTooltipTrigger| Name | Description |
|---|---|
| Auto | Uses Axis when the category axis crosshair is enabled or the chart belongs to a SyncGroup; otherwise Point. |
| Point | The tooltip is displayed when the cursor is near a data point (within TooltipTolerance). |
| Axis | The tooltip follows the nearest category - it is displayed for the data point closest to the cursor by horizontal distance, anywhere inside the plot area. Matches the behavior of crosshairs and synchronized charts. |