HtmlForgeX

API Reference

Enum

ApexLineCap

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

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexLineCap

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ApexLineCap Butt #

Flat line end.

Value: 0
public const ApexLineCap Square #

Square line end.

Value: 1
public const ApexLineCap Round #

Rounded line end.

Value: 2