HtmlForgeX

API Reference

Enum

ChartJsType

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

Available Chart.js chart types.

Inheritance

  • Enum
  • ChartJsType

Values

public const ChartJsType Line #

Render a line chart.

Value: 0
public const ChartJsType Bar #

Render a bar chart.

Value: 1
public const ChartJsType Pie #

Render a pie chart.

Value: 2
public const ChartJsType Radar #

Render a radar chart.

Value: 3
public const ChartJsType Scatter #

Render a scatter chart.

Value: 4
public const ChartJsType Bubble #

Render a bubble chart.

Value: 5
public const ChartJsType Doughnut #

Render a doughnut chart.

Value: 6
public const ChartJsType PolarArea #

Render a polar area chart.

Value: 7
public const ChartJsType HorizontalBar #

Render a horizontal bar chart.

Value: 8
public const ChartJsType Mixed #

Render a mixed chart.

Value: 9
public const ChartJsType Gauge #

Render a gauge chart (requires chartjs-gauge-v3 plugin).

Value: 10
public const ChartJsType Sankey #

Render a Sankey diagram (requires chartjs-chart-sankey plugin).

Value: 11