HtmlForgeX

API Reference

Enum

ChartJsPosition

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

Represents the position of chart elements.

Inheritance

  • Enum
  • ChartJsPosition

Values

public const ChartJsPosition Top #

Position at the top.

Value: 0
public const ChartJsPosition Bottom #

Position at the bottom.

Value: 1
public const ChartJsPosition Left #

Position at the left.

Value: 2
public const ChartJsPosition Right #

Position at the right.

Value: 3
public const ChartJsPosition Center #

Position at the center.

Value: 4