HtmlForgeX

API Reference

Enum

ChartType

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Enumerates the high-level chart templates exposed by the fluent builders.

Inheritance

  • Enum
  • ChartType

Values

public const ChartType Donut #

A doughnut chart configuration.

Value: 0
public const ChartType Pie #

A pie chart configuration.

Value: 1
public const ChartType Bar #

A horizontal bar chart configuration.

Value: 2
public const ChartType Column #

A vertical column (bar) chart configuration.

Value: 3
public const ChartType Line #

A standard line chart configuration.

Value: 4
public const ChartType Area #

An area chart configuration.

Value: 5