HtmlForgeX

API Reference

Enum

ApexCurve

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

Represents the position of elements in ApexCharts.

Inheritance

  • Enum
  • ApexCurve

Values

public const ApexCurve Smooth #

Smooth bezier curve.

Value: 0
public const ApexCurve Straight #

Straight line segments.

Value: 1
public const ApexCurve Stepline #

Stepped line segments.

Value: 2
public const ApexCurve Monotone #

Monotone cubic interpolation.

Value: 3