HtmlForgeX

API Reference

Enum

ChartJsPointStyle

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

Represents the point style.

Inheritance

  • Enum
  • ChartJsPointStyle

Values

public const ChartJsPointStyle Circle #

Circle point.

Value: 0
public const ChartJsPointStyle Cross #

Cross point.

Value: 1
public const ChartJsPointStyle CrossRot #

Cross rotated point.

Value: 2
public const ChartJsPointStyle Dash #

Dash point.

Value: 3
public const ChartJsPointStyle Line #

Line point.

Value: 4
public const ChartJsPointStyle Rect #

Rectangle point.

Value: 5
public const ChartJsPointStyle RectRounded #

Rounded rectangle point.

Value: 6
public const ChartJsPointStyle RectRot #

Rotated rectangle point.

Value: 7
public const ChartJsPointStyle Star #

Star point.

Value: 8
public const ChartJsPointStyle Triangle #

Triangle point.

Value: 9