HtmlForgeX

API Reference

Class

ChartJsTooltip

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents the tooltip configuration.

Inheritance

  • Object
  • ChartJsTooltip

Constructors

public ChartJsTooltip() #

Properties

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

Gets or sets whether to enable tooltips.

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 BackgroundColor { get; set; } #
JsonPropertyName("backgroundColor") JsonIgnore(Condition = 3)

Gets or sets the background color.

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

Gets or sets the title color.

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

Gets or sets the body color.

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

Gets or sets the border color.

public Nullable<Int32> BorderWidth { get; set; } #
JsonPropertyName("borderWidth") JsonIgnore(Condition = 3)

Gets or sets the border width.