HtmlForgeX

API Reference

Enum

ChartJsGaugeV3Style

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

Preset styles for gauge-v3.

Inheritance

  • Enum
  • ChartJsGaugeV3Style

Values

public const ChartJsGaugeV3Style Semi #

Semi‑circular dial (180° sweep) rotated to the top.

Value: 0
public const ChartJsGaugeV3Style Full #

Full circular dial (360° sweep) rotated so 0 starts at the right.

Value: 1
public const ChartJsGaugeV3Style ThreeQuarter #

Three‑quarter dial (270° sweep) typically used for speedometers.

Value: 2