HtmlForgeX

API Reference

Enum

ChartXkcdLegendPosition

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

Legend positions supported by chart.xkcd.

Inheritance

  • Enum
  • ChartXkcdLegendPosition

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 ChartXkcdLegendPosition UpLeft #

Top-left legend.

Value: 0
public const ChartXkcdLegendPosition UpRight #

Top-right legend.

Value: 1
public const ChartXkcdLegendPosition DownLeft #

Bottom-left legend.

Value: 2
public const ChartXkcdLegendPosition DownRight #

Bottom-right legend.

Value: 3