HtmlForgeX

API Reference

Enum

ApexAxisType

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

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexAxisType

Values

public const ApexAxisType Category #

Categorical axis.

Value: 0
public const ApexAxisType Datetime #

Date/time axis.

Value: 1
public const ApexAxisType Numeric #

Numeric axis.

Value: 2