HtmlForgeX

API Reference

Enum

ChartJsBorderJoinStyle

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

Represents the border join style.

Inheritance

  • Enum
  • ChartJsBorderJoinStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ChartJsBorderJoinStyle Bevel #

Bevel join style.

Value: 0
public const ChartJsBorderJoinStyle Round #

Round join style.

Value: 1
public const ChartJsBorderJoinStyle Miter #

Miter join style.

Value: 2