HtmlForgeX

API Reference

Enum

ApexTextAnchor

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

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexTextAnchor

Values

public const ApexTextAnchor Start #

Start of the text anchor.

Value: 0
public const ApexTextAnchor Middle #

Middle of the text anchor.

Value: 1
public const ApexTextAnchor End #

End of the text anchor.

Value: 2