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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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