HtmlForgeX

API Reference

Enum

ChartXkcdDatasetType

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

Dataset render types used by chart.xkcd combined charts.

Inheritance

  • Enum
  • ChartXkcdDatasetType

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 ChartXkcdDatasetType Bar #

Render the dataset as bars.

Value: 0
public const ChartXkcdDatasetType Line #

Render the dataset as a line.

Value: 1