HtmlForgeX

API Reference

Enum

ChartJsInteractionMode

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the interaction mode for tooltips and hover.

Inheritance

  • Enum
  • ChartJsInteractionMode

Values

public const ChartJsInteractionMode Index #

Find items at the same index.

Value: 0
public const ChartJsInteractionMode Dataset #

Find items in the same dataset.

Value: 1
public const ChartJsInteractionMode Nearest #

Find the nearest items.

Value: 2
public const ChartJsInteractionMode Point #

Find items at the exact pointer position.

Value: 3
public const ChartJsInteractionMode X #

Find items in x direction.

Value: 4
public const ChartJsInteractionMode Y #

Find items in y direction.

Value: 5