HtmlForgeX

API Reference

Enum

ApexAlign

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(ApexEnumConverter<ApexAlign>))

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexAlign

Values

public const ApexAlign Left #

Left aligned.

Value: 0
public const ApexAlign Center #

Centered.

Value: 1
public const ApexAlign Right #

Right aligned.

Value: 2