HtmlForgeX

API Reference

Enum

ApexFillType

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

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexFillType

Values

public const ApexFillType Solid #

Solid color fill.

Value: 0
public const ApexFillType Gradient #

Gradient fill.

Value: 1
public const ApexFillType Pattern #

Pattern fill.

Value: 2
public const ApexFillType Image #

Image fill.

Value: 3