HtmlForgeX

API Reference

Class

ChartJsGaugeV3Needle

Namespace HtmlForgeX
Assembly HtmlForgeX

Needle geometry and color for gauge-v3.

Inheritance

  • Object
  • ChartJsGaugeV3Needle

Constructors

public ChartJsGaugeV3Needle() #

Properties

public String Radius { get; set; } #

Hub circle radius relative to chart radius (percentage string, e.g., "10%").

public String Width { get; set; } #

Needle width relative to chart radius (percentage string).

public String Length { get; set; } #

Needle length relative to chart radius (percentage string).

public String Color { get; set; } #

Needle color.