HtmlForgeX

API Reference

Enum

ApexPosition

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

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexPosition

Values

public const ApexPosition Top #

Positions element at the top.

Value: 0
public const ApexPosition Right #

Positions element at the right.

Value: 1
public const ApexPosition Bottom #

Positions element at the bottom.

Value: 2
public const ApexPosition Left #

Positions element at the left.

Value: 3
public const ApexPosition Center #

Positions element at the center.

Value: 4