HtmlForgeX

API Reference

Class

ChartJsInteraction

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents the interaction configuration.

Inheritance

  • Object
  • ChartJsInteraction

Constructors

public ChartJsInteraction() #

Properties

public Nullable<ChartJsInteractionMode> Mode { get; set; } #
JsonPropertyName("mode") JsonIgnore(Condition = 3) JsonConverter(typeof(ChartJsInteractionModeNullableConverter))

Gets or sets the mode.

public Nullable<Boolean> Intersect { get; set; } #
JsonPropertyName("intersect") JsonIgnore(Condition = 3)

Gets or sets whether to intersect.

public String Axis { get; set; } #
JsonPropertyName("axis") JsonIgnore(Condition = 3)

Gets or sets the axis.