HtmlForgeX

API Reference

Enum

ApexPatternStyle

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

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexPatternStyle

Values

public const ApexPatternStyle VerticalLines #

Vertical line pattern.

Value: 0
public const ApexPatternStyle HorizontalLines #

Horizontal line pattern.

Value: 1
public const ApexPatternStyle SlantedLines #

Slanted line pattern.

Value: 2
public const ApexPatternStyle Squares #

Square pattern.

Value: 3
public const ApexPatternStyle Circles #

Circle pattern.

Value: 4