API Reference
Class
ChartJsInteraction
Represents the interaction configuration.
Inheritance
- Object
- ChartJsInteraction
Constructors
public ChartJsInteraction() #Inherited Methods
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.