HtmlForgeX

API Reference

Enum

ChartJsFontStyle

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the font style.

Inheritance

  • Enum
  • ChartJsFontStyle

Values

public const ChartJsFontStyle Normal #

Normal font style.

Value: 0
public const ChartJsFontStyle Italic #

Italic font style.

Value: 1
public const ChartJsFontStyle Oblique #

Oblique font style.

Value: 2