HtmlForgeX

API Reference

Class

ChartJsFont

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents the font configuration.

Inheritance

  • Object
  • ChartJsFont

Constructors

public ChartJsFont() #

Properties

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

Gets or sets the font size.

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

Gets or sets the font family.

public Nullable<ChartJsFontStyle> Style { get; set; } #
JsonPropertyName("style") JsonIgnore(Condition = 3) JsonConverter(typeof(ChartJsFontStyleConverter))

Gets or sets the font style.

public Nullable<ChartJsFontWeight> Weight { get; set; } #
JsonPropertyName("weight") JsonIgnore(Condition = 3) JsonConverter(typeof(ChartJsFontWeightConverter))

Gets or sets the font weight.

public Object LineHeight { get; set; } #
JsonPropertyName("lineHeight") JsonIgnore(Condition = 3)

Gets or sets the line height.