HtmlForgeX

API Reference

Enum

ApexChartType

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(ApexChartTypeConverter))

Supported ApexChart chart types.

Inheritance

  • Enum
  • ApexChartType

Values

public const ApexChartType Pie #

Pie chart.

Value: 0
public const ApexChartType Donut #

Donut chart.

Value: 1
public const ApexChartType Bar #

Bar chart.

Value: 2
public const ApexChartType RadialBar #

Radial bar chart.

Value: 3
public const ApexChartType Area #

Area chart.

Value: 4
public const ApexChartType Treemap #

Treemap chart.

Value: 5
public const ApexChartType Heatmap #

Heatmap chart.

Value: 6
public const ApexChartType Radar #

Radar chart.

Value: 7
public const ApexChartType Mixed #

Mixed chart.

Value: 8
public const ApexChartType Line #

Line chart.

Value: 9
public const ApexChartType Column #

Column chart.

Value: 10
public const ApexChartType Scatter #

Scatter chart.

Value: 11
public const ApexChartType Bubble #

Bubble chart.

Value: 12
public const ApexChartType Candlestick #

Candlestick chart.

Value: 13
public const ApexChartType BoxPlot #

BoxPlot chart.

Value: 14
public const ApexChartType RangeBar #

Range bar chart.

Value: 15
public const ApexChartType RangeArea #

Range area chart.

Value: 16
public const ApexChartType Funnel #

Funnel chart.

Value: 17
public const ApexChartType PolarArea #

Polar area chart.

Value: 18