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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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