HtmlForgeX

API Reference

Enum

ChartJsAlign

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

Represents the alignment of chart elements.

Inheritance

  • Enum
  • ChartJsAlign

Values

public const ChartJsAlign Start #

Align to start.

Value: 0
public const ChartJsAlign Center #

Align to center.

Value: 1
public const ChartJsAlign End #

Align to end.

Value: 2