HtmlForgeX

API Reference

Enum

ApexGradientType

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

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexGradientType

Values

public const ApexGradientType Horizontal #

Horizontal gradient.

Value: 0
public const ApexGradientType Vertical #

Vertical gradient.

Value: 1
public const ApexGradientType Diagonal1 #

Diagonal gradient (top-left to bottom-right).

Value: 2
public const ApexGradientType Diagonal2 #

Diagonal gradient (bottom-left to top-right).

Value: 3
public const ApexGradientType Radial #

Radial gradient.

Value: 4