Interaction Class

Namespace: options.interaction, the global interaction configuration is at Chart.defaults.interaction. https://www.chartjs.org/docs/latest/configuration/interactions.html#interactions.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class Interaction
Inheritance
Object    Interaction

Constructors

Interaction Default constructor

Properties

ChartInteractionMode Sets which elements appear in the interaction.
Intersect if , the interaction mode only applies when the mouse position intersects an item on the chart.
Mode Sets which elements appear in the tooltip. See Interaction Modes for details.

See Also