HtmlForgeX

API Reference

Class

ChartJsLegendLabels

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents the legend labels configuration.

Inheritance

  • Object
  • ChartJsLegendLabels

Constructors

public ChartJsLegendLabels() #

Properties

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

Gets or sets the color.

public ChartJsFont Font { get; set; } #
JsonPropertyName("font") JsonIgnore(Condition = 3)

Gets or sets the font configuration.

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

Gets or sets the padding.

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

Gets or sets whether to use point style.