HtmlForgeX

API Reference

Enum

ChartXkcdType

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

Chart types supported by chart.xkcd.

Inheritance

  • Enum
  • ChartXkcdType

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 ChartXkcdType Line #

Line chart.

Value: 0
public const ChartXkcdType XY #

XY point or XY line chart.

Value: 1
public const ChartXkcdType Bar #

Vertical bar chart.

Value: 2
public const ChartXkcdType StackedBar #

Stacked vertical bar chart.

Value: 3
public const ChartXkcdType Pie #

Pie or doughnut chart.

Value: 4
public const ChartXkcdType Radar #

Radar chart.

Value: 5
public const ChartXkcdType Combined #

Combined bar and line chart.

Value: 6