API Reference
Class
ChartJsGaugeV3Options
Options for chartjs-gauge-v3 helper.
Inheritance
- Object
- ChartJsGaugeV3Options
Constructors
public ChartJsGaugeV3Options() #Inherited Methods
Properties
public String Cutout { get; set; } #Inner cutout of the gauge ring (e.g., "50%" for a thick ring).
public Double RotationDeg { get; set; } #Starting angle in degrees; -90 creates a top‑centered dial.
public Double CircumferenceDeg { get; set; } #Dial sweep angle in degrees (e.g., 180 for semi, 360 for full).
public ChartJsGaugeV3Needle Needle { get; } #Needle drawing settings.
public ChartJsGaugeV3ValueLabel ValueLabel { get; } #Central numeric value label styling.